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,3 @@
update metadata set SORT_SIGN=1 where TABLE_NAME='DI_SWITCHPORT' and FILED_NAME='ifIndex' and check_type_id = 10;
update metadata set SORT_SIGN=0 where TABLE_NAME='DI_SWITCHPORT' and FILED_NAME='ifDescr' and check_type_id = 10;
commit;

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';