ccj 2 년 전
부모
커밋
419ce45618
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/WarehousePositionStorageInfoMapper.xml

+ 1 - 0
winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/WarehousePositionStorageInfoMapper.xml

@@ -133,6 +133,7 @@
             and wbi.id = #{baseId}
         </if>
         and wioi.in_out_flag = #{flag}
+        and wioi.in_out_type not like '%折%'
         <if test="seachMoth != null and seachMoth != ''">
             and wioi.create_date >= #{seachMoth}
             and wbi.create_date >= #{seachMoth}