@@ -1,4 +1,4 @@
---删除ecs_core_user的scope,type字段
+--删除ecs_core_user的scope,type,update_time,create_time字段
update ecs_core_user t set t.type='COMMON' where t.type='NOT_STUDENT';
update ecs_core_org t set t.type='QMTH' where t.type='PRINT_QMTH';