浏览代码

Merge branch 'master' of http://git.ycjcjy.com/medical-plat/service

Your Name 4 年前
父节点
当前提交
20b0192928
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/main/resources/mapper/TaStudentMapper.xml

+ 1
- 1
src/main/resources/mapper/TaStudentMapper.xml 查看文件

49
           AND t.phone LIKE CONCAT( '%', #{phone}, '%' )
49
           AND t.phone LIKE CONCAT( '%', #{phone}, '%' )
50
         </if>
50
         </if>
51
         <if test="studentNo != null and studentNo != ''">
51
         <if test="studentNo != null and studentNo != ''">
52
-          AND t.student_no = LIKE CONCAT( '%', #{studentNo}, '%' )
52
+          AND t.student_no LIKE CONCAT( '%', #{studentNo}, '%' )
53
         </if>
53
         </if>
54
         <if test="schoolId != null and schoolId != ''">
54
         <if test="schoolId != null and schoolId != ''">
55
           AND t.school_id = #{schoolId}
55
           AND t.school_id = #{schoolId}