dzx пре 1 година
родитељ
комит
cfb7b2478c

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

@@ -88,7 +88,7 @@
             and t1.adjust_type is not null
         </if>
         <if test="dto.studentName != null and dto.studentName != ''">
-            and (t1.name like concat('$',#{dto.studentName},'%') or t1.credential_number like concat('$',#{dto.studentName},'%'))
+            and (t3.name like concat('$',#{dto.studentName},'%') or t3.credential_number like concat('$',#{dto.studentName},'%'))
         </if>
     </select>