Commit 22b745bb4a18e499b32b9f4a9ff0708b3107e998
1 parent
26eb46a7
Exists in
master
推送修改
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
cloud/quartz/src/main/java/com/sincere/quartz/job/KQJob.java
... | ... | @@ -302,7 +302,7 @@ public class KQJob { |
302 | 302 | DingSms dingSms = new DingSms(); |
303 | 303 | dingSms.setName(teacher.getName()); |
304 | 304 | dingSms.setTableName("DingSmsNew"+tableSuffix); |
305 | - dingSms.setMsg("报告类型:"+KqTypeEnums.getName(Integer.valueOf(times[2])) + "出勤报告 \n - "+ | |
305 | + dingSms.setMsg(" # 考勤报告 \n - 报告类型:"+KqTypeEnums.getName(Integer.valueOf(times[2])) + "出勤报告 \n - "+ | |
306 | 306 | "签到日期:"+DateUtils.date2String(new Date(),DateUtils.format1)+ "("+DateUtils.getWeekName()+") \n - "+ |
307 | 307 | "签到时间:"+times[0]+"-"+ times[1] +" \n - "+ |
308 | 308 | "整体数据:" + message); |
... | ... | @@ -370,7 +370,7 @@ public class KQJob { |
370 | 370 | } |
371 | 371 | WeChatSms weChatSms = new WeChatSms(); |
372 | 372 | weChatSms.setTableName("qyhSmsNew" + tableSuffix); |
373 | - weChatSms.setMsg("报告类型:" + KqTypeEnums.getName(Integer.valueOf(times[2])) + "出勤报告 \n - " + | |
373 | + weChatSms.setMsg(" # 考勤报告 \n - 报告类型:" + KqTypeEnums.getName(Integer.valueOf(times[2])) + "出勤报告 \n - " + | |
374 | 374 | "签到日期:" + DateUtils.date2String(new Date(), DateUtils.format1) + "(" + DateUtils.getWeekName() + ") \n - " + |
375 | 375 | "签到时间:" + times[0] + "-" + times[1] + " \n - " + |
376 | 376 | "整体数据:" + message); |
... | ... | @@ -406,7 +406,7 @@ public class KQJob { |
406 | 406 | } |
407 | 407 | WeChatSms weChatSms = new WeChatSms(); |
408 | 408 | weChatSms.setTableName("qyhSmsNew" + tableSuffix); |
409 | - weChatSms.setMsg("报告类型:" + KqTypeEnums.getName(Integer.valueOf(times[2])) + "出勤报告 \n - " + | |
409 | + weChatSms.setMsg(" # 考勤报告 \n - 报告类型:" + KqTypeEnums.getName(Integer.valueOf(times[2])) + "出勤报告 \n - " + | |
410 | 410 | "签到日期:" + DateUtils.date2String(new Date(), DateUtils.format1) + "(" + DateUtils.getWeekName() + ") \n - " + |
411 | 411 | "签到时间:" + times[0] + "-" + times[1] + " \n - " + |
412 | 412 | "整体数据:" + message); | ... | ... |