增加发送通知填写进度消息共

This commit is contained in:
wulin 2020-12-10 10:24:22 +08:00
parent 8d8fc765d3
commit fc497bb1a9

View File

@ -660,6 +660,10 @@ public class DingtalkBusiness {
return "error";
}
public String sendTaskInputMsg(List<StaffEntity> staffs){
return "OK";
}
public String sendTaskNoticeMsg(Long detailId, Long taskId) {
ResultDetail resultDetail = resultDetailService.selectResultDetailById(detailId);
logger.info("评论通知指标id{} 任务id{}", detailId, taskId);