wangxin 3 일 전
부모
커밋
69947b2ae4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mybatis/business/BizTaksStockLotMapper.xml

+ 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