he2802 3 سال پیش
والد
کامیت
4e8fc1c6ae
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      zhongzheng-system/src/main/resources/mapper/modules/exam/ExamApplyMapper.xml

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/exam/ExamApplyMapper.xml

@@ -118,7 +118,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <if test="searchKey != null and searchKey != ''">
             and (g.goods_name like concat('%', #{searchKey}, '%'))
         </if>
-        <if test="standPrice != null and standPrice != ''">
+        <if test="standPrice != null">
             AND g.stand_price = #{standPrice}
         </if>
         order by g.create_time desc