From 76e470b26081aa23bab72b3ca628c666e735f261 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期六, 16 五月 2026 10:58:36 +0800
Subject: [PATCH] feat(PurchaseLedgerTemplate) productId productModelId 以及对应db 数据类型修正为long 去接受PurchaseLedgerDto.productData 中的productId productModelId(long)

---
 src/main/resources/mapper/account/AccountIncomeMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/account/AccountIncomeMapper.xml b/src/main/resources/mapper/account/AccountIncomeMapper.xml
index 9becd41..a1d4205 100644
--- a/src/main/resources/mapper/account/AccountIncomeMapper.xml
+++ b/src/main/resources/mapper/account/AccountIncomeMapper.xml
@@ -66,7 +66,7 @@
             AND income_method = #{accountIncome.incomeMethod}
         </if>
     </select>
-    <select id="report" resultType="com.ruoyi.account.dto.AccountDto2">
+    <select id="report" resultType="com.ruoyi.account.bean.dto.AccountDto2">
         SELECT
         sdd.dict_label typeName,
         ifnull(sum(income_money),0) account

--
Gitblit v1.9.3