Commit 1e127744 authored by 赵啸非's avatar 赵啸非

添加周同步事件

parent bdf92c40
......@@ -50,7 +50,7 @@ public class MessageServiceImpl implements MessageService {
workMsgReq.setUseridList(dingMsg.getUserIds());
workMsgReq.setMsg(msg);
// Rest<String> sendWorkRest = dingPersonService.sendWorkMsg(workMsgReq);
// Rest<String> sendWorkRest = dingPersonService.sendWorkMsg(workMsgReq);
Rest<String> sendWorkRest =Rest.ok("ok","123456");
if (YesNoEnum.YES.getValue() == sendWorkRest.getCode()) {
......
......@@ -119,7 +119,7 @@ public class PerformAttendAppealServiceImpl extends AbstractCRUDServiceImpl<Perf
}
}
String appealMsg = "申诉成功,返回所扣分数,申诉ID:" + appeal.getId().toString();
sendCheckDingTalk(appealEntity);
// sendCheckDingTalk(appealEntity);
log.info(appealMsg);
if (appealEntity.getAppealResult() == AppealResultEnum.通过.getValue()) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment