|
@@ -434,7 +434,8 @@ public class ZhcxProjectManageServiceImpl extends ServiceImpl<ZhcxProjectManageD
|
|
List<ZhcxProjectRectifyDo> rectifyDos = projectRectifyService.list(
|
|
List<ZhcxProjectRectifyDo> rectifyDos = projectRectifyService.list(
|
|
Wrappers.<ZhcxProjectRectifyDo>lambdaQuery()
|
|
Wrappers.<ZhcxProjectRectifyDo>lambdaQuery()
|
|
.eq(ZhcxProjectRectifyDo::getBatchid, batchId)
|
|
.eq(ZhcxProjectRectifyDo::getBatchid, batchId)
|
|
- .eq(ZhcxProjectRectifyDo::getDeleted, "0"));
|
|
|
|
|
|
+ .eq(ZhcxProjectRectifyDo::getDeleted, "0")
|
|
|
|
+ .orderByAsc(ZhcxProjectRectifyDo::getSeqsort));
|
|
List<ZhcxProjectRectifyMachineVo> listData = zhcxProjectManageDao.getRectifyListData(map);
|
|
List<ZhcxProjectRectifyMachineVo> listData = zhcxProjectManageDao.getRectifyListData(map);
|
|
ZhcxProjectManageRectifyBatchDo rectifyBatchDo = projectManageRectifyBatchService.getById(batchId);
|
|
ZhcxProjectManageRectifyBatchDo rectifyBatchDo = projectManageRectifyBatchService.getById(batchId);
|
|
String machineno = rectifyBatchDo.getMachineno();
|
|
String machineno = rectifyBatchDo.getMachineno();
|