@@ -17,7 +17,6 @@
WHERE 1 = 1
AND t1.delete_mark = 0 AND t1.enabled_mark = 1
AND t1.system_type = 'system_app'
- AND t2.code = 'student_app'
<if test="dto.roleId != null and dto.roleId == 3">
and t2.code = 'student_app'
</if>