diff --git a/src/main/java/com/mudu/entity/ASafeQyjcxx.java b/src/main/java/com/mudu/entity/ASafeQyjcxx.java index b0cef8f..ed057f8 100644 --- a/src/main/java/com/mudu/entity/ASafeQyjcxx.java +++ b/src/main/java/com/mudu/entity/ASafeQyjcxx.java @@ -567,6 +567,8 @@ public class ASafeQyjcxx implements Serializable { @TableField(exist = false) private ASafeWgcy aSafeWgcy; + public ASafeQyjcxx() { + } public ASafeQyjcxx(EnterpriseResponse res) { diff --git a/src/main/java/com/mudu/quartz/AcheckTaskQuartz.java b/src/main/java/com/mudu/quartz/AcheckTaskQuartz.java index 9ffbb9c..668ac1c 100644 --- a/src/main/java/com/mudu/quartz/AcheckTaskQuartz.java +++ b/src/main/java/com/mudu/quartz/AcheckTaskQuartz.java @@ -45,7 +45,10 @@ import io.swagger.annotations.Api; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Value; +import org.springframework.context.annotation.Configuration; +import org.springframework.scheduling.annotation.EnableScheduling; import org.springframework.scheduling.annotation.Scheduled; +import org.springframework.transaction.annotation.Transactional; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; @@ -674,8 +677,8 @@ public class AcheckTaskQuartz { @Scheduled(cron = "0 0 4 * * ? ") // @Scheduled(cron = "0 0/5 * * * ?") - @PostMapping("/zicha") - @ApiOperation(value = "自查") +// @PostMapping("/zicha") +// @ApiOperation(value = "自查") public void zicha() throws ParseException { // 获取token getToken();