Parcourir la source

bugFix 代码提交

xiahan il y a 1 an
Parent
commit
5bc3c37a82

+ 1 - 1
cx-safe-check/cx-save-check-common/src/main/java/com/rongwei/sfcommon/sys/service/impl/SafeCheckSendNotifyServiceImpl.java

@@ -108,7 +108,7 @@ public class SafeCheckSendNotifyServiceImpl implements SafeCheckSendNotifyServic
             }
             // 任务名称  计划检查时间 区域
             sendNotifyMap.put(String.format(INSPECTION_TASKS_CONTENT,themeCheckDo.getCheckname(),themeCheckDo.getPlanstarttime(),
-                            themeCheckDo.getPlanstarttime(),themeCheckItemDo.getCheckworkspart(),themeCheckDo.getId()),
+                            themeCheckDo.getPlanstarttime(),themeCheckItemDo.getCheckworkspart(),themeCheckItemDo.getId()),
                     themeCheckItemDo.getCheckerid());
         });
         sendInspectionTasksNotify(sendNotifyMap);