This commit is contained in:
cc
2024-12-02 11:27:12 +08:00
parent b65b53dc53
commit b673fc93c7
2 changed files with 5 additions and 5 deletions

View File

@@ -294,9 +294,9 @@ public class JDUtils {
HashOperations<String, String, String> hashOps = redisTemplate.opsForHash();
// 检查这个小时或分钟是否已经被处理过
//if (hashOps.hasKey(timeTag, hourMinuteTag)) {
// return null;
//}
if (hashOps.hasKey(timeTag, hourMinuteTag)) {
return null;
}
// 调用 API 以拉取订单
UnionOpenOrderRowQueryResponse unionOpenOrderRowQueryResponse = getUnionOpenOrderRowQueryResponse(startTime, endTime, page);