|
|
|
@ -114,6 +114,10 @@ public class AcheckTaskQuartz {
|
|
|
|
|
// @PostMapping("/insert")
|
|
|
|
|
// @ApiOperation(value = "新增创建时间为昨天且处于审批通过的工单数据")
|
|
|
|
|
public AjaxResult selectAll() throws ParseException {
|
|
|
|
|
|
|
|
|
|
// todo 查询巡查任务主表本月是否有记录就不推
|
|
|
|
|
|
|
|
|
|
// todo 查询自查任务主表本月是否有记录 有就不推
|
|
|
|
|
//巡查任务周期id
|
|
|
|
|
RwzqUuidResponse rwzqUuidResponse = aSafeRwzqService.getXcUuid();
|
|
|
|
|
String rwzqUuid = rwzqUuidResponse.getXxbh();
|
|
|
|
@ -128,6 +132,7 @@ public class AcheckTaskQuartz {
|
|
|
|
|
return null;
|
|
|
|
|
}
|
|
|
|
|
for (ACheckQuatzRequest a : list) {
|
|
|
|
|
// todo 来自新表查询 根据企业xxbh 以及周期编号
|
|
|
|
|
String xcrwuuid = UUID.randomUUID().toString().replace("-", "").toLowerCase();
|
|
|
|
|
//获取企业编号
|
|
|
|
|
ASafeQyjcxx aSafeQyjcxx = aSafeQyjcxxService.findOneByqymcOrXybm(a.getName(), a.getEntCode());
|
|
|
|
|