段飞宇
1 year ago
6 changed files with 30 additions and 24 deletions
@ -1,3 +0,0 @@ |
|||||||
insert into hzims_work_ticket_finish(ticket_id, ground_num, brake_number) |
|
||||||
select ticket_id, ground_switch_count,ground_wire_code |
|
||||||
from hzims_work_ticket_flow; |
|
@ -1 +0,0 @@ |
|||||||
alter table hzims_ticket_count add invalidated_ticket_num int null comment '废票数量'; |
|
@ -1,18 +0,0 @@ |
|||||||
# 工作票更新 |
|
||||||
update hzims_work_ticket_info set flow_task_name = '签发' where status = 1; |
|
||||||
update hzims_work_ticket_info set flow_task_name = '收到工作票' where status = 2; |
|
||||||
update hzims_work_ticket_info set flow_task_name = '许可人许可' where status = 3; |
|
||||||
update hzims_work_ticket_info set flow_task_name = '确认条件具备' where status = 4; |
|
||||||
update hzims_work_ticket_info set flow_task_name = '工作负责人确认工作' where status = 5; |
|
||||||
update hzims_work_ticket_info set flow_task_name = '许可人确认工作结束' where status = 6; |
|
||||||
update hzims_work_ticket_info set flow_task_name = '工作票终结' where status = 7; |
|
||||||
update hzims_work_ticket_info set flow_task_name = '许可人延期确认' where status = 9; |
|
||||||
update hzims_work_ticket_info set flow_task_name = '负责人延期确认' where status = 10; |
|
||||||
update hzims_work_ticket_info set flow_task_name = '作废' where status = 11; |
|
||||||
update hzims_work_ticket_info set flow_task_name = '逾期' where status = 12; |
|
||||||
# 操作票更新 |
|
||||||
update hzims_standard_ticket_info set flow_task_name = '待监护人确认' where status = 1; |
|
||||||
update hzims_standard_ticket_info set flow_task_name = '待值班负责人确认' where status = 2; |
|
||||||
update hzims_standard_ticket_info set flow_task_name = '结束' where status = 3; |
|
||||||
update hzims_standard_ticket_info set flow_task_name = '终止' where status = 4; |
|
||||||
|
|
Loading…
Reference in new issue