fix: set duration=1 id = 8 sys job

This commit is contained in:
2024-04-28 17:00:02 +08:00
parent e6cff7f338
commit 1b531a8c01
3 changed files with 60 additions and 57 deletions

View File

@@ -335,4 +335,10 @@ VALUES (
'job.genNeStateAlarmRemark'
);
UPDATE `omc_db`.`sys_job`
SET
`target_params` = '{\"duration\":1,\"tableName\":\"ne_state\",\"colName\":\"timestamp\"}'
WHERE
`job_id` = 8
SET FOREIGN_KEY_CHECKS = 1;