version/db/new.sql @@ -60,3 +60,6 @@ ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; update man_loc set comp_direct =2 where comp_direct =0 alter table man_sta add act_dir int(1) null comment '作业方向' after angle;