hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/service/impl/HollowGlassOutRelationInfoServiceImpl.java
@@ -97,6 +97,12 @@ } @Override public Boolean priorityHollowSwitch(Boolean flag) { redisUtil.setCacheObject("priorityHollowSwitch", flag); return redisUtil.getCacheObject("priorityHollowSwitch"); } @Override public List<String> hollowTaskList(int cell) { //查询任务表中本条线所有未完成的任务信息 List<HollowGlassOutRelationInfo> list = this.list(new LambdaQueryWrapper<HollowGlassOutRelationInfo>()