|
@@ -19,6 +19,7 @@ DELETE t FROM basic_template t where t.school_id = #{schoolId};
|
|
DELETE t FROM basic_template_org t where t.school_id = #{schoolId};
|
|
DELETE t FROM basic_template_org t where t.school_id = #{schoolId};
|
|
DELETE t FROM basic_user_course t where t.school_id = #{schoolId};
|
|
DELETE t FROM basic_user_course t where t.school_id = #{schoolId};
|
|
DELETE t FROM basic_verify_code t where t.school_id = #{schoolId};
|
|
DELETE t FROM basic_verify_code t where t.school_id = #{schoolId};
|
|
|
|
+DELETE t FROM basic_role_data_permission t where t.school_id = #{schoolId};
|
|
|
|
|
|
DELETE t FROM client_print_data t where t.school_id = #{schoolId};
|
|
DELETE t FROM client_print_data t where t.school_id = #{schoolId};
|
|
DELETE t FROM client_status t where t.school_id = #{schoolId};
|
|
DELETE t FROM client_status t where t.school_id = #{schoolId};
|
|
@@ -74,6 +75,7 @@ DELETE t FROM t_s_auth t where t.school_id = #{schoolId};
|
|
DELETE t FROM t_school_privilege t where t.school_id = #{schoolId};
|
|
DELETE t FROM t_school_privilege t where t.school_id = #{schoolId};
|
|
DELETE t FROM t_school_role t where t.school_id = #{schoolId};
|
|
DELETE t FROM t_school_role t where t.school_id = #{schoolId};
|
|
DELETE t FROM t_sync_exam_student_score t where t.school_id = #{schoolId};
|
|
DELETE t FROM t_sync_exam_student_score t where t.school_id = #{schoolId};
|
|
|
|
+DELETE t FROM t_sync_stmms_exam t where t.school_id = #{schoolId};
|
|
|
|
|
|
DELETE t FROM teach_clazz t where t.school_id = #{schoolId};
|
|
DELETE t FROM teach_clazz t where t.school_id = #{schoolId};
|
|
DELETE t FROM teach_course t where t.school_id = #{schoolId};
|
|
DELETE t FROM teach_course t where t.school_id = #{schoolId};
|