wangwei 7 년 전
부모
커밋
196ccb1fd0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      sql/云平台2.0升级-数据割接-基础信息.sql

+ 1 - 1
sql/云平台2.0升级-数据割接-基础信息.sql

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