|
@@ -53,7 +53,7 @@ DELETE t FROM grade_paper_dimension t where t.school_id =
|
|
|
DELETE t FROM grade_paper_struct t where t.school_id =
|
|
|
|
|
|
DELETE t FROM sys_config t where t.school_id =
|
|
|
-DELETE t FROM sys_org t where t.school_id =
|
|
|
+DELETE t FROM sys_org t where t.school_id =
|
|
|
DELETE t FROM sys_role_group_member t where exists(select temp.* from(select sr.id from sys_role sr where sr.school_id =
|
|
|
DELETE t FROM sys_role_privilege t where exists(select temp.* from(select sr.id from sys_role sr where sr.school_id =
|
|
|
DELETE t FROM sys_user_role t where exists(select temp.* from(select sr.id from sys_role sr where sr.school_id =
|