Bladeren bron

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

Your Name 4 jaren geleden
bovenliggende
commit
20b0192928
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1
    1
      src/main/resources/mapper/TaStudentMapper.xml

+ 1
- 1
src/main/resources/mapper/TaStudentMapper.xml Bestand weergeven

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