Commit 210a1ae5f4aff58f6c3dc50cfac8c0f1ee6d79a2
1 parent
8e0ce284
Exists in
master
1
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
cloud/quartz/src/main/java/com/sincere/quartz/job/BindPushJob.java
... | ... | @@ -84,7 +84,7 @@ public class BindPushJob { |
84 | 84 | shortMsg.setSchoolId(parentDto.getSchoolId()); |
85 | 85 | shortMsg.setMobile(parentDto.getMobile()); |
86 | 86 | shortMsg.setMsg(message); |
87 | - //smsMapper.insertSMS(shortMsg); | |
87 | + smsMapper.insertSMS(shortMsg); | |
88 | 88 | logger.info("----学校Id---"+parentDto.getSchoolId() + "----手机号----"+parentDto.getMobile()+"---"+message); |
89 | 89 | } |
90 | 90 | } | ... | ... |