wangxin 3 өдөр өмнө
parent
commit
69947b2ae4

+ 1 - 1
src/main/resources/mybatis/business/BizTaksStockLotMapper.xml

@@ -23,7 +23,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="lotCode != null  and lotCode != ''"> AND t1.lot_code like concat('%', #{lotCode},'%')</if>
             <if test="isTaksStock != null "> AND t1.is_taks_stock = #{isTaksStock}</if>
             <if test="deptId != null and deptId != 0"> AND t1.dept_id = #{deptId}</if>
-            <if test="isInbound != null and isInbound != 0"> AND t1.is_inbound = #{isInbound}</if>
+            <if test="isInbound != null "> AND t1.is_inbound = #{isInbound}</if>
             <if test="isProductStatus != null "> AND t1.is_product_status = #{isProductStatus}</if>
             <if test="lotIds != null and lotIds.size > 0">
                 AND t1.lot_id in