From a2a840d4969d680b30eeec184a7059fef64d0b84 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期五, 04 七月 2025 21:39:14 +0800 Subject: [PATCH] 代码提交 --- jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/devrent/DevRentServiceImpl.java | 36 ++++++++++++++++++------------------ 1 files changed, 18 insertions(+), 18 deletions(-) diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/devrent/DevRentServiceImpl.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/devrent/DevRentServiceImpl.java index 0c50338..5d9f40e 100644 --- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/devrent/DevRentServiceImpl.java +++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/devrent/DevRentServiceImpl.java @@ -36,6 +36,7 @@ import java.time.LocalDate; import java.time.LocalDateTime; import java.util.ArrayList; +import java.util.Date; import java.util.List; import static cn.lihu.jh.framework.common.exception.util.ServiceExceptionUtil.exception; @@ -172,20 +173,20 @@ log.info("routineFinishWebServiceClient鐨勮繑鍥炲�间负锛歿}", s); if (s.contains("鏇存柊鎴愬姛")) { //闇�瑕佹牴鎹產pplyNo,灏哸ppiontment琛ㄩ噷鐨剆tatus鏀规垚3 - appointmentMapper.updateStatusByApplyNo(createReqVO.getApplyNo(), "3"); + appointmentMapper.updateStatusByApplyNo(createReqVO.getApplyNo(), "3", new Date()); } } else { //妫�鏌ョ被鍨嬫槸搴婅竟鐨勬垨甯歌鐨勶紝闇�瑕佹牴鎹產pplyNo,灏哸ppiontment琛ㄩ噷鐨剆tatus鏀规垚7 - appointmentMapper.updateStatusByApplyNo(createReqVO.getApplyNo(), "7"); + appointmentMapper.updateStatusByApplyNo(createReqVO.getApplyNo(), "7", null); } } else { if (createReqVO.getCheckType() != 100 && createReqVO.getCheckType() != 1000 && createReqVO.getCheckType() != 1100 && createReqVO.getCheckType() != 1400 && createReqVO.getCheckType() != 1500) { //闇�瑕佹牴鎹產pplyNo,灏哸ppiontment琛ㄩ噷鐨剆tatus鏀规垚3 - appointmentMapper.updateStatusByApplyNo(createReqVO.getApplyNo(), "4"); + appointmentMapper.updateStatusByApplyNo(createReqVO.getApplyNo(), "4", null); } else { //妫�鏌ョ被鍨嬫槸搴婅竟鐨勬垨甯歌鐨勶紝闇�瑕佹牴鎹產pplyNo,灏哸ppiontment琛ㄩ噷鐨剆tatus鏀规垚7 - appointmentMapper.updateStatusByApplyNo(createReqVO.getApplyNo(), "7"); + appointmentMapper.updateStatusByApplyNo(createReqVO.getApplyNo(), "7", null); } } @@ -223,10 +224,10 @@ log.info("webservice鐨勮繑鍥炲�间负锛歿}", s); if (s.contains("鏇存柊鎴愬姛")) { //闇�瑕佹牴鎹產pplyNo,灏哸ppiontment琛ㄩ噷鐨剆tatus鏀规垚3 - appointmentMapper.updateStatusByApplyNo(createReqVO.getApplyNo(), "3"); + appointmentMapper.updateStatusByApplyNo(createReqVO.getApplyNo(), "3", new Date()); } } else { - appointmentMapper.updateStatusByApplyNo(createReqVO.getApplyNo(), "3"); + appointmentMapper.updateStatusByApplyNo(createReqVO.getApplyNo(), "3", new Date()); } List<Integer> jobTypeList = new ArrayList<Integer>(); @@ -497,20 +498,20 @@ log.info("routineFinishWebServiceClient鐨勮繑鍥炲�间负锛歿}", s); if (s.contains("鏇存柊鎴愬姛")) { //闇�瑕佹牴鎹產pplyNo,灏哸ppiontment琛ㄩ噷鐨剆tatus鏀规垚3 - appointmentMapper.updateStatusByApplyNo(createReqVO.getApplyNo(), "4"); + appointmentMapper.updateStatusByApplyNo(createReqVO.getApplyNo(), "4", null); } } else { //妫�鏌ョ被鍨嬫槸搴婅竟鐨勬垨甯歌鐨勶紝闇�瑕佹牴鎹產pplyNo,灏哸ppiontment琛ㄩ噷鐨剆tatus鏀规垚7 - appointmentMapper.updateStatusByApplyNo(createReqVO.getApplyNo(), "7"); + appointmentMapper.updateStatusByApplyNo(createReqVO.getApplyNo(), "7", null); } } else { if (cancelReqVO.getCheckType() != 100 && cancelReqVO.getCheckType() != 1000 && cancelReqVO.getCheckType() != 1100 && cancelReqVO.getCheckType() != 1400 && cancelReqVO.getCheckType() != 1500) { //闇�瑕佹牴鎹產pplyNo,灏哸ppiontment琛ㄩ噷鐨剆tatus鏀规垚3 - appointmentMapper.updateStatusByApplyNo(createReqVO.getApplyNo(), "4"); + appointmentMapper.updateStatusByApplyNo(createReqVO.getApplyNo(), "4", null); } else { //妫�鏌ョ被鍨嬫槸搴婅竟鐨勬垨甯歌鐨勶紝闇�瑕佹牴鎹產pplyNo,灏哸ppiontment琛ㄩ噷鐨剆tatus鏀规垚7 - appointmentMapper.updateStatusByApplyNo(createReqVO.getApplyNo(), "7"); + appointmentMapper.updateStatusByApplyNo(createReqVO.getApplyNo(), "7", null); } } @@ -588,16 +589,16 @@ log.info("routineFinishWebServiceClient鐨勮繑鍥炲�间负锛歿}", s); if (s.contains("鏇存柊鎴愬姛")) { //闇�瑕佹牴鎹產pplyNo,灏哸ppiontment琛ㄩ噷鐨剆tatus鏀规垚3 - appointmentMapper.updateStatusByApplyNo(createReqVO.getApplyNo(), "4"); + appointmentMapper.updateStatusByApplyNo(createReqVO.getApplyNo(), "4", null); } } else { if (cancelReqVO.getCheckType() != 100 && cancelReqVO.getCheckType() != 1000 && cancelReqVO.getCheckType() != 1100 && cancelReqVO.getCheckType() != 1400 && cancelReqVO.getCheckType() != 1500) { //闇�瑕佹牴鎹產pplyNo,灏哸ppiontment琛ㄩ噷鐨剆tatus鏀规垚3 - appointmentMapper.updateStatusByApplyNo(createReqVO.getApplyNo(), "4"); + appointmentMapper.updateStatusByApplyNo(createReqVO.getApplyNo(), "4", null); } else { //妫�鏌ョ被鍨嬫槸搴婅竟鐨勬垨甯歌鐨勶紝闇�瑕佹牴鎹產pplyNo,灏哸ppiontment琛ㄩ噷鐨剆tatus鏀规垚7 - appointmentMapper.updateStatusByApplyNo(createReqVO.getApplyNo(), "7"); + appointmentMapper.updateStatusByApplyNo(createReqVO.getApplyNo(), "7", null); } } @@ -671,16 +672,15 @@ log.info("routineFinishWebServiceClient鐨勮繑鍥炲�间负锛歿}", s); if (s.contains("鏇存柊鎴愬姛")) { //闇�瑕佹牴鎹產pplyNo,灏哸ppiontment琛ㄩ噷鐨剆tatus鏀规垚3 - appointmentMapper.updateStatusByApplyNo(createReqVO.getApplyNo(), "4"); + appointmentMapper.updateStatusByApplyNo(createReqVO.getApplyNo(), "4", null); } } else { + //杩欓噷鏄祴璇曟湰鍦颁慨鏀� if (cancelReqVO.getCheckType() != 100 && cancelReqVO.getCheckType() != 1000 && cancelReqVO.getCheckType() != 1100 && cancelReqVO.getCheckType() != 1400 && cancelReqVO.getCheckType() != 1500) { - //闇�瑕佹牴鎹產pplyNo,灏哸ppiontment琛ㄩ噷鐨剆tatus鏀规垚3 - appointmentMapper.updateStatusByApplyNo(createReqVO.getApplyNo(), "4"); + appointmentMapper.updateStatusByApplyNo(createReqVO.getApplyNo(), "4", null); } else { - //妫�鏌ョ被鍨嬫槸搴婅竟鐨勬垨甯歌鐨勶紝闇�瑕佹牴鎹產pplyNo,灏哸ppiontment琛ㄩ噷鐨剆tatus鏀规垚7 - appointmentMapper.updateStatusByApplyNo(createReqVO.getApplyNo(), "7"); + appointmentMapper.updateStatusByApplyNo(createReqVO.getApplyNo(), "7", null); } } -- Gitblit v1.9.3