来自新表查询 根据企业xxbh 以及周期编号

main
dongdingding 11 months ago
parent be731f5b47
commit 399c37aec6

@ -114,7 +114,9 @@ public class AcheckTaskQuartz {
* *
* @Param qymc * @Param qymc
*/ */
@Scheduled(cron = "0 0 4 * * ? ") // @Scheduled(cron = "0 0 4 * * ? ")
@Scheduled(cron = "0 0/5 * * * ?")
// @PostMapping("/insert") // @PostMapping("/insert")
// @ApiOperation(value = "新增创建时间为昨天且处于审批通过的工单数据") // @ApiOperation(value = "新增创建时间为昨天且处于审批通过的工单数据")
public AjaxResult selectAll() throws ParseException { public AjaxResult selectAll() throws ParseException {
@ -580,7 +582,8 @@ public class AcheckTaskQuartz {
} }
@Scheduled(cron = "0 0 4 * * ? ") // @Scheduled(cron = "0 0 4 * * ? ")
@Scheduled(cron = "0 0/5 * * * ?")
//@Scheduled(cron = "0 58 18 * * ?") //@Scheduled(cron = "0 58 18 * * ?")
// @PostMapping("/zicha") // @PostMapping("/zicha")
// @ApiOperation(value = "自查") // @ApiOperation(value = "自查")

@ -38,7 +38,7 @@ zcUrl: http://221.229.220.83:9028/mudu/quatz/zctp
#图片路径 #图片路径
#api: http://221.229.220.83:8007/api/ #api: http://221.229.220.83:8007/api/
api: http://39.101.188.84:3307/api/ api: http://39.101.188.84:9028/api/
#获取工单信息 #获取工单信息

Loading…
Cancel
Save