*
lsh
2025-11-25 f906ca73bbfe33187936f1a4635dd3ec8edd50b0
src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
@@ -1176,11 +1176,11 @@
                        if (!wrkMasts.isEmpty()) {
                            continue;
                        }
                        List<TaskWrkLog> taskWrkLogs = taskWrkLogService.selectList(new EntityWrapper<TaskWrkLog>().eq("CRN_NO",crnProtocol.getCrnNo()).orderBy("COMPLETE_TIME",false));
                        if (!taskWrkLogs.isEmpty()) {
                        List<WrkMast> WrkMastLogList = wrkMastMapper.selectByCrnNoLog(crnProtocol.getCrnNo());
                        if (!WrkMastLogList.isEmpty()) {
                            boolean signT = false;
                            for (TaskWrkLog taskWrkLog : taskWrkLogs){
                                Date completeTime = taskWrkLog.getCompleteTime();
                            for (WrkMast wrkMast : WrkMastLogList){
                                Date completeTime = wrkMast.getIoTime();
                                if (completeTime==null){
                                    continue;
                                }