Joburgess 5 년 전
부모
커밋
cdbcf7efd5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      edu-user/edu-user-server/src/main/resources/config/mybatis/ExamRegistrationPaymentMapper.xml

+ 1 - 1
edu-user/edu-user-server/src/main/resources/config/mybatis/ExamRegistrationPaymentMapper.xml

@@ -147,7 +147,7 @@
                 </foreach>
             </if>
             <if test="search!=null">
-                AND (erp.student_id_=#{serch} OR eb.name_ LIKE CONCAT('%', #{serch}, '%') OR ec.card_no_ LIKE CONCAT('%', #{serch}, '%') OR su.real_name_ LIKE CONCAT('%', #{serch}, '%'))
+                AND (erp.student_id_=#{search} OR eb.name_ LIKE CONCAT('%', #{search}, '%') OR ec.card_no_ LIKE CONCAT('%', #{search}, '%') OR su.real_name_ LIKE CONCAT('%', #{search}, '%'))
             </if>
         </where>
     </sql>