Commit aef18042 by 墨竹

fix:空指针判断

parent 3aad3dbf
......@@ -448,6 +448,7 @@ public class DealSyncOperationApiServiceImpl implements DealSyncOperationApiServ
PreDealLogInfoDTO dealLogInfoDTO = preDealService.getLastPreDataByTaskId(taskId);
if (dealLogInfoDTO == null) {
RedisUtil.delCache(sKey);
return syncCheckDTO;
}
//30分钟内没执行就重试 并在一天内
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment