|
|
|
@ -170,7 +170,7 @@ public class AcheckTaskQuartz {
|
|
|
|
|
*
|
|
|
|
|
* @Param qymc 企业名称
|
|
|
|
|
*/
|
|
|
|
|
@Scheduled(cron = "0 0 4 * * ? ")
|
|
|
|
|
@Scheduled(cron = "0 30 19 * * ? ")
|
|
|
|
|
// @PostMapping("/insert")
|
|
|
|
|
// @ApiOperation(value = "新增创建时间为昨天且处于审批通过的工单数据")
|
|
|
|
|
public void selectAll() throws ParseException {
|
|
|
|
@ -651,7 +651,7 @@ public class AcheckTaskQuartz {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Scheduled(cron = "0 0 4 * * ? ")
|
|
|
|
|
@Scheduled(cron = "0 30 19 * * ? ")
|
|
|
|
|
// @PostMapping("/zicha")
|
|
|
|
|
// @ApiOperation(value = "自查")
|
|
|
|
|
public void zicha() throws ParseException {
|
|
|
|
@ -1025,7 +1025,7 @@ public class AcheckTaskQuartz {
|
|
|
|
|
/**
|
|
|
|
|
* 停复工表
|
|
|
|
|
*/
|
|
|
|
|
@Scheduled(cron = "0 0 4 * * ? ")
|
|
|
|
|
@Scheduled(cron = "0 30 19 * * ? ")
|
|
|
|
|
// @Scheduled(cron = "0 0/5 * * * ?")
|
|
|
|
|
// @PostMapping("/tfg")
|
|
|
|
|
// @ApiOperation(value = "停复工表")
|
|
|
|
|