提交修改
This commit is contained in:
commit
f5c8447ca3
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user