ソースを参照

1、解决学生信息管理列表效率问题
2、解决通讯录中还会出现被删除账号的问题

dzx 1 年間 前
コミット
ca729d05b8

+ 0 - 1
src/main/resources/mapper/student/BaseStudentSchoolRollMapper.xml

@@ -71,7 +71,6 @@
             OR t5.name LIKE concat('%', #{dto.keyWord}, '%')
             OR t1.student_id LIKE concat('%', #{dto.keyWord}, '%')
             OR t2.mobile LIKE concat('%', #{dto.keyWord}, '%')
-            OR t6.mobile LIKE concat('%', #{dto.keyWord}, '%')
             )
         </if>
         GROUP BY t2.id, t2.name, t1.student_id, t2.mobile, t5.mobile, t5.name, t4.name,