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

main
dongdingding 9 months ago
parent be731f5b47
commit 399c37aec6

@ -114,7 +114,9 @@ public class AcheckTaskQuartz {
*
* @Param qymc
*/
@Scheduled(cron = "0 0 4 * * ? ")
// @Scheduled(cron = "0 0 4 * * ? ")
@Scheduled(cron = "0 0/5 * * * ?")
// @PostMapping("/insert")
// @ApiOperation(value = "新增创建时间为昨天且处于审批通过的工单数据")
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 * * ?")
// @PostMapping("/zicha")
// @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://39.101.188.84:3307/api/
api: http://39.101.188.84:9028/api/
#获取工单信息

Loading…
Cancel
Save