浏览代码

bugFix 解决隐患任务提现没有数据的问题

xiahan 1 年之前
父节点
当前提交
d00a50bf5c

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

@@ -174,7 +174,7 @@ public class SafeCheckSendNotifyServiceImpl implements SafeCheckSendNotifyServic
                 String.format(DANGER_TASKS_CONTENT,k.getWorkshop(),k.getRectificationdate())
                 , "",
                 new ArrayList<String>() {{
-                    add(k.getTrackuserid());
+                    add(k.getId());
                 }}, k.getId(), INSPECTIONTASKS));
     }