ccj 1 year ago
parent
commit
419ce45618

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