Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/wangxy/manage-web/blame/commit/03a59bb3f8f3937ede27493d733188c0f772f143/sql/warm/v1-upgrade/warm-flow_1.2.6.sql
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
|
ALTER TABLE `test_leave` MODIFY
|
|
|
|
|
COLUMN `flow_status` varchar(20)
|
|
|
|
|
DEFAULT NULL COMMENT '流程状态(0待提交 1审批中 2 审批通过 3自动通过 8已完成 9已退回 10失效)'
|
|
|
|
|
AFTER `node_type`;
|