소스 검색

学生处分查询调整

dzx 1 년 전
부모
커밋
11cd691642
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/resources/mapper/student/BaseStudentPunishmentInfoMapper.xml

+ 2 - 2
src/main/resources/mapper/student/BaseStudentPunishmentInfoMapper.xml

@@ -90,8 +90,8 @@
         <if test="dto.studentName != null and dto.studentName != ''">
             and t1.name like concat('$',#{dto.studentName},'%')
         </if>
-        <if test="dto.name != null and dto.name != ''">
-            and t1.name like concat('$',#{dto.name},'%')
+        <if test="dto.studentName != null and dto.studentName != ''">
+            and t1.name like concat('$',#{dto.studentName},'%')
         </if>
         <if test="dto.credentialNumber != null and dto.credential_number != ''">
             and t3.credential_number = #{dto.credentialNumber}