From 3938a9d9f636dfa538443fc9883113c697c1f0ff Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期二, 11 八月 2026 14:48:40 +0800
Subject: [PATCH] fix: 清理配置文件
---
src/main/resources/mapper/account/purchase/AccountPurchaseInvoiceMapper.xml | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/account/purchase/AccountPurchaseInvoiceMapper.xml b/src/main/resources/mapper/account/purchase/AccountPurchaseInvoiceMapper.xml
index a164b5c..041f2f7 100644
--- a/src/main/resources/mapper/account/purchase/AccountPurchaseInvoiceMapper.xml
+++ b/src/main/resources/mapper/account/purchase/AccountPurchaseInvoiceMapper.xml
@@ -42,7 +42,6 @@
AND api.issue_date BETWEEN #{req.startDate} AND #{req.endDate}
</if>
</where>
- order by api.id desc
</select>
<select id="getInboundBatchesBySupplier"
resultType="com.ruoyi.account.bean.vo.purchase.PurchaseInboundVo">
--
Gitblit v1.9.3