ezhizao_zx 10 mesiacov pred
rodič
commit
473031d6c7

+ 1 - 0
src/main/resources/mybatis/business/product/BizProcessInspecionMapper.xml

@@ -50,6 +50,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="status != null ">AND t1.status = #{status}</if>
             <if test="keyword != null  and keyword != '' ">AND (t1.lot_code LIKE CONCAT('%',#{keyword},'%') OR carrier_code LIKE CONCAT('%',#{keyword},'%') OR
             t1.product_description LIKE CONCAT('%',#{keyword},'%'))
+            </if>
             <if test="isAuto != null  ">AND t1.is_auto = #{isAuto}</if>
 
         </trim>