提交修改
This commit is contained in:
commit
f5c8447ca3
@ -702,7 +702,7 @@ public class DingtalkBusiness {
|
|||||||
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);
|
||||||
if(resultDetail != null){
|
/*if(resultDetail != null){
|
||||||
TaskComment taskComment = null;
|
TaskComment taskComment = null;
|
||||||
if(taskId == null){
|
if(taskId == null){
|
||||||
taskComment = taskCommentService.selectTaskCommentByDetailId(detailId);
|
taskComment = taskCommentService.selectTaskCommentByDetailId(detailId);
|
||||||
@ -743,7 +743,7 @@ public class DingtalkBusiness {
|
|||||||
}else{
|
}else{
|
||||||
return "token无效";
|
return "token无效";
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
return "OK";
|
return "OK";
|
||||||
}
|
}
|
||||||
public String sendNoticeMsg(ResultRecord lzResultRecord, List<StaffEntity> staffs) {
|
public String sendNoticeMsg(ResultRecord lzResultRecord, List<StaffEntity> staffs) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user