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