From 2b9d4cde91b1e8b320c1b7c160ea00f66bf01add Mon Sep 17 00:00:00 2001 From: jishenghua <752718920@qq.com> Date: Tue, 2 Apr 2024 14:28:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E9=9B=B6=E5=94=AE=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E9=87=8C=E9=9D=A2=E7=9A=84=E5=88=86=E9=A1=B5=E7=9A=84?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper_xml/DepotItemMapperEx.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jshERP-boot/src/main/resources/mapper_xml/DepotItemMapperEx.xml b/jshERP-boot/src/main/resources/mapper_xml/DepotItemMapperEx.xml index 60c2c186..431e7e4a 100644 --- a/jshERP-boot/src/main/resources/mapper_xml/DepotItemMapperEx.xml +++ b/jshERP-boot/src/main/resources/mapper_xml/DepotItemMapperEx.xml @@ -472,7 +472,10 @@ and (dh.sub_type = '采购' or dh.sub_type = '采购退货') - and (dh.sub_type = '销售' or dh.sub_type = '销售退货' or dh.sub_type = '零售' or dh.sub_type = '零售退货') + and (dh.sub_type = '销售' or dh.sub_type = '销售退货') + + + and (dh.sub_type = '零售' or dh.sub_type = '零售退货') and dh.oper_time >= #{beginTime}