数字督察一体化平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

4 lines
275 B

update negative set check_status_code = checkStatus where checkStatus in (1, 2);
update negative set check_status_code = '5' where checkStatus = 3;
update negative set check_status_code = '5' where checkStatus = 4;
update negative set checkStatus = '3' where checkStatus = 4;