ezhizao_zx 10 月之前
父節點
當前提交
473031d6c7
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/resources/mybatis/business/product/BizProcessInspecionMapper.xml

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