update:
炉号生成规则修改; 新增未成功报工列表接口; 新增报工接口;
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user