From 21f1d2b884a018857ec911353718d6666e4f6936 Mon Sep 17 00:00:00 2001 From: mzr <1562242162@qq.com> Date: Thu, 31 Oct 2024 16:49:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E6=9F=A5=E8=AF=A2=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../stock/InventoryDetailMapper.xml | 33 +++++++++++++++++ .../service/ClientStockReportService.java | 35 ++++++++++++++++++- 2 files changed, 67 insertions(+), 1 deletion(-) diff --git a/crm-common/src/main/resources/mapper/mapper_oracle/stock/InventoryDetailMapper.xml b/crm-common/src/main/resources/mapper/mapper_oracle/stock/InventoryDetailMapper.xml index bdadceb..516a75e 100644 --- a/crm-common/src/main/resources/mapper/mapper_oracle/stock/InventoryDetailMapper.xml +++ b/crm-common/src/main/resources/mapper/mapper_oracle/stock/InventoryDetailMapper.xml @@ -85,6 +85,39 @@ ORDER BY a.bill_date DESC,a.create_time DESC + + +