Browse Source

更新脚本

zhongwei
段飞宇 1 year ago
parent
commit
22023006be
  1. 5
      hzims-service/operational/src/main/resources/db/1.0.2.sql

5
hzims-service/operational/src/main/resources/db/1.0.2.sql

@ -0,0 +1,5 @@
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;
Loading…
Cancel
Save