|
@@ -67,7 +67,7 @@ public class WeComHistoryDataJob {
|
|
|
private UserService userService;
|
|
|
|
|
|
|
|
|
- @XxlJob("saveHistoryMessageJob1")
|
|
|
+ @XxlJob("saveHistoryMessageJob")
|
|
|
public ReturnT<String> selectHistoryMessageByDay(String param) {
|
|
|
XxlJobParam xxlJobParam = new XxlJobParam();
|
|
|
if (StringUtils.isNotEmpty(param)) {
|
|
@@ -98,7 +98,7 @@ public class WeComHistoryDataJob {
|
|
|
return ReturnT.SUCCESS;
|
|
|
}
|
|
|
|
|
|
- public void selectAlertHistoryMessage(Long startTime, Long endTime) {
|
|
|
+ private void selectAlertHistoryMessage(Long startTime, Long endTime) {
|
|
|
|
|
|
StaffExample staffExample = new StaffExample();
|
|
|
List<Staff> staffList = staffMapper.selectByExample(staffExample);
|