Commit 28522188 authored by lanbaoming's avatar lanbaoming

2024-07-02-2提交

parent 57305141
...@@ -54,12 +54,10 @@ public class TargetLogJob implements JobHandler { ...@@ -54,12 +54,10 @@ public class TargetLogJob implements JobHandler {
if (CollectionUtil.isNotEmpty(list)) { if (CollectionUtil.isNotEmpty(list)) {
for (TargetLogDO t : list for (TargetLogDO t : list
) { ) {
targetLogService.dealTargetLogTask(t.getOrderId(), targetLogService.dealTargetLogTask(t.getOrderId(),
null, t.getId()); null, t.getId());
} }
} }
zTest m2 = new zTest(); zTest m2 = new zTest();
m2.setTestname("业绩归属计算完毕"); m2.setTestname("业绩归属计算完毕");
m2.setCreatedate(new Date()); m2.setCreatedate(new Date());
......
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