|
@@ -32,7 +32,7 @@ public class WechatApproveAttendanceJob {
|
|
|
* @author ZHAOXA
|
|
|
*/
|
|
|
@XxlJob("wechatApproveAttendanceJob")
|
|
|
- public ReturnT<String> execute() throws Exception {
|
|
|
+ public ReturnT<String> execute(String param) throws Exception {
|
|
|
XxlJobLogger.log("--------异常考勤审批数据入库 start ");
|
|
|
String initMonth = DateUtils.initDateByMonth();
|
|
|
long starttime = DateUtils.timeToStamp(DateUtils.getMonthBefore(DateUtils.NEW_FORMAT, initMonth, -1));
|