Commit a80915cc4be27328770be627786019328d454333

Authored by syduan
1 parent c4040015

刷线上课数据(修改错误数据)

Showing 1 changed file with 1 additions and 1 deletions
database/sql_log.sql
... ... @@ -3968,7 +3968,7 @@ UPDATE `permission_dictionary` set system='lcms';
3968 3968 UPDATE `permission_dictionary` set system='cms' where title in ('内容管理','章节内容修改','班次资源修改');
3969 3969  
3970 3970 ALTER TABLE `permission_dictionary` ADD (postion INT);
3971   -ALTER TABLE `role` ADD (postion INT);
  3971 +ALTER TABLE `role` ADD (position INT);
3972 3972 ALTER TABLE`gxb_core`.`zygj_school` ADD (tenant_id BIGINT);
3973 3973  
3974 3974 update zygj_school set tenant_id=991;
... ...