Commit c4f717ee authored by lanbaoming's avatar lanbaoming

2024-07-04-5提交

parent b5acb1a9
......@@ -76,4 +76,8 @@ public class TargetLogDO extends BaseDO {
归属方,发货还是收货方
*/
private String gsf;
/*
归属类型
*/
private int gstype;
}
......@@ -57,7 +57,6 @@ public class TargetLogJob implements JobHandler {
//System.out.println("定时任务参数:" + param);
List<TargetLogDO> list = targetLogService.selectList2(sDate);
if (CollectionUtil.isEmpty(list)) {
m.setTestname(sDate+"获取业绩归属数据为空");
m.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