|
@@ -218,6 +218,11 @@ public class EquipmentSendNotifyServiceImpl implements EquipmentSendNotifyServic
|
|
|
log.info("id为{}的任务无提醒人", equipmentDisposeDTO.getId());
|
|
|
return;
|
|
|
}
|
|
|
+ // 发送内容
|
|
|
+ String context = String.format(EQU_SCRAP_CONTENT, equipmentDisposeDTO.getProposer(), equipmentDisposeDTO.getApplicationtime(), aspCheckItems.getUsedeptname(), aspCheckItems.getCheckitemname(), aspCheckItems.getCheckitemcode());
|
|
|
+
|
|
|
+ CXCommonUtils.sendNotify(EQU_SCRAP_TITLE, context, null, userId.stream().distinct().collect(Collectors.toList()),
|
|
|
+ equipmentDisposeDTO.getId(), EQU_SCRAP_TASK, true);
|
|
|
}
|
|
|
}
|
|
|
|