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

添加周同步事件

parent bdf92c40
...@@ -119,7 +119,7 @@ public class PerformAttendAppealServiceImpl extends AbstractCRUDServiceImpl<Perf ...@@ -119,7 +119,7 @@ public class PerformAttendAppealServiceImpl extends AbstractCRUDServiceImpl<Perf
} }
} }
String appealMsg = "申诉成功,返回所扣分数,申诉ID:" + appeal.getId().toString(); String appealMsg = "申诉成功,返回所扣分数,申诉ID:" + appeal.getId().toString();
sendCheckDingTalk(appealEntity); // sendCheckDingTalk(appealEntity);
log.info(appealMsg); log.info(appealMsg);
if (appealEntity.getAppealResult() == AppealResultEnum.通过.getValue()) { 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