Browse Source

修改代码

syh 4 năm trước cách đây
mục cha
commit
c593e96cba

+ 1 - 1
module-job-bytedance/src/main/java/cn/com/ctop/job/bytedance/handler/WechatApproveAttendanceJob.java

@@ -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));