This commit is contained in:
wulin 2020-12-11 11:04:38 +08:00
parent 128f92cdf1
commit 8a00d900fe

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) {