initial commit

This commit is contained in:
chenjinsong
2018-09-27 16:21:05 +08:00
commit dc91c4c987
2011 changed files with 408920 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
update mission_state_table set look_user_id =null;
alter table mission_state_table modify (Look_user_id varchar(100));
comment on column mission_state_table.Look_user_id is '查看人ID';