update:
炉号生成规则修改; 新增未成功报工列表接口; 新增报工接口;
This commit is contained in:
父節點
ec7f364ccf
當前提交
75471b7166
@ -236,7 +236,7 @@ public class CurrTaskServiceImpl extends BaseService implements CurrTaskService
|
||||
wrapper.eq(CurrTask.VALID, 1);
|
||||
wrapper.in(CurrTask.STATUS, 2);
|
||||
wrapper.isNull(CurrTask.SHEET_NO);
|
||||
wrapper.between(CurrTask.CREATE_TIME, "2022-10-12 05:14:11", LocalDateTime.now());
|
||||
wrapper.between(CurrTask.CREATE_TIME, "2022-11-19 05:14:11", LocalDateTime.now());
|
||||
List<CurrTask> currTaskList = currTaskServiceBiz.list(wrapper);
|
||||
List<CurrTaskInfoVo> list = new ArrayList<>();
|
||||
for (CurrTask currTask : currTaskList
|
||||
|
載入中…
新增問題並參考
Block a user