增加发送通知填写进度消息共
This commit is contained in:
parent
8d8fc765d3
commit
fc497bb1a9
@ -660,6 +660,10 @@ public class DingtalkBusiness {
|
|||||||
return "error";
|
return "error";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String sendTaskInputMsg(List<StaffEntity> staffs){
|
||||||
|
return "OK";
|
||||||
|
}
|
||||||
|
|
||||||
public String sendTaskNoticeMsg(Long detailId, Long taskId) {
|
public String sendTaskNoticeMsg(Long detailId, Long taskId) {
|
||||||
ResultDetail resultDetail = resultDetailService.selectResultDetailById(detailId);
|
ResultDetail resultDetail = resultDetailService.selectResultDetailById(detailId);
|
||||||
logger.info("评论通知指标id{}, 任务id{}", detailId, taskId);
|
logger.info("评论通知指标id{}, 任务id{}", detailId, taskId);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user