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.
5 lines
426 B
5 lines
426 B
update hzims_oper_maintenance_task set flow_task_name = '待领用' where STATUS =1; |
|
update hzims_oper_maintenance_task set flow_task_name = '待执行' where STATUS =2; |
|
update hzims_oper_maintenance_task set flow_task_name = '待确认' where STATUS =3; |
|
update hzims_oper_maintenance_task set flow_task_name = '待归档' where STATUS =4; |
|
update hzims_oper_maintenance_task set flow_task_name = '结束' where STATUS =5; |