1
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user