Преглед на файлове

设备之系统——消息提醒 V3.9 BUG
修改文件上传后 提醒中的字段储存时间

hyq преди 1 година
родител
ревизия
391d2bc37f

+ 4 - 4
cx-equipment/cx-equipment-common/src/main/java/com/rongwei/bscommon/sys/service/impl/EquipmentSendNotifyServiceImpl.java

@@ -435,8 +435,8 @@ public class EquipmentSendNotifyServiceImpl implements EquipmentSendNotifyServic
             }
 
 
-            CXCommonUtils.sendNotify(noticeId, PREVIOUS_UNFINISHED_TASK_TITLE, context, plantId, userIdList.stream().distinct().collect(Collectors.toList()),
-                    fileItemId, PREVIOUS_UNFINISHED_TASK, true);
+            CXCommonUtils.sendNotify(noticeId, PREVIOUS_UNFINISHED_TASK_TITLE, context,fileItemId , userIdList.stream().distinct().collect(Collectors.toList()),
+                    plantId, PREVIOUS_UNFINISHED_TASK, true);
         }
 
         return R.ok();
@@ -518,8 +518,8 @@ public class EquipmentSendNotifyServiceImpl implements EquipmentSendNotifyServic
                 fileItemId = jsonObject.get("filename").toString() + "-;-" + jsonObject.get("id").toString();
                 ;
             }
-            CXCommonUtils.sendNotify(noticeId, END_UNFINISHED_TASK_TITLE, context, plantId, userIdList.stream().distinct().collect(Collectors.toList()),
-                    fileItemId, END_UNFINISHED_TASK, true);
+            CXCommonUtils.sendNotify(noticeId, END_UNFINISHED_TASK_TITLE, context,fileItemId , userIdList.stream().distinct().collect(Collectors.toList()),
+                    plantId, END_UNFINISHED_TASK, true);
         }
 
         return R.ok();