From f9f7d201c52b605d0573a103407dcd32e9973c90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Sat, 18 Feb 2023 23:37:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=85=B6=E5=AE=83=E5=87=BA?= =?UTF-8?q?=E5=BA=93=E7=9A=84=E6=97=B6=E5=80=99=E6=97=A0=E6=B3=95=E6=B1=87?= =?UTF-8?q?=E6=80=BB=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper_xml/DepotHeadMapperEx.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jshERP-boot/src/main/resources/mapper_xml/DepotHeadMapperEx.xml b/jshERP-boot/src/main/resources/mapper_xml/DepotHeadMapperEx.xml index cd135d6d..a40f87a8 100644 --- a/jshERP-boot/src/main/resources/mapper_xml/DepotHeadMapperEx.xml +++ b/jshERP-boot/src/main/resources/mapper_xml/DepotHeadMapperEx.xml @@ -412,7 +412,7 @@ #{organId} - ) or dh.sub_type='采购退货' or dh.sub_type='零售') + ) or dh.sub_type='采购退货' or dh.sub_type='零售' or dh.sub_type='其它') @@ -469,7 +469,7 @@ #{organId} - ) or dh.sub_type='采购退货' or dh.sub_type='零售') + ) or dh.sub_type='采购退货' or dh.sub_type='零售' or dh.sub_type='其它')