From ec38383f3a98397770ad50ea58d1b12f3e529e3e Mon Sep 17 00:00:00 2001 From: mzr <1562242162@qq.com> Date: Fri, 1 Nov 2024 16:12:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E5=BA=93=E5=AD=98=E7=9B=98?= =?UTF-8?q?=E7=82=B9=E6=98=8E=E7=BB=86=E4=BC=98=E5=8C=96sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/mapper_oracle/stock/ClientStockReportMapper.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/crm-common/src/main/resources/mapper/mapper_oracle/stock/ClientStockReportMapper.xml b/crm-common/src/main/resources/mapper/mapper_oracle/stock/ClientStockReportMapper.xml index cacbcb4..b503e99 100644 --- a/crm-common/src/main/resources/mapper/mapper_oracle/stock/ClientStockReportMapper.xml +++ b/crm-common/src/main/resources/mapper/mapper_oracle/stock/ClientStockReportMapper.xml @@ -212,12 +212,13 @@ GROUP BY goods_no ) a LEFT JOIN crm_goods_info b ON a.goods_no = b.goods_no and b.company_id = #{companyId} + ORDER BY b.goods_no