提交修改

This commit is contained in:
quyixiao 2020-12-11 11:04:57 +08:00
commit f5c8447ca3

View File

@ -702,7 +702,7 @@ public class DingtalkBusiness {
public String sendTaskNoticeMsg(Long detailId, Long taskId) {
ResultDetail resultDetail = resultDetailService.selectResultDetailById(detailId);
logger.info("评论通知指标id{} 任务id{}", detailId, taskId);
if(resultDetail != null){
/*if(resultDetail != null){
TaskComment taskComment = null;
if(taskId == null){
taskComment = taskCommentService.selectTaskCommentByDetailId(detailId);
@ -743,7 +743,7 @@ public class DingtalkBusiness {
}else{
return "token无效";
}
}
}*/
return "OK";
}
public String sendNoticeMsg(ResultRecord lzResultRecord, List<StaffEntity> staffs) {