Joburgess пре 5 година
родитељ
комит
cdbcf7efd5

+ 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>