From edd3a37eca0bd68f0023ae47c4c525d7707f6892 Mon Sep 17 00:00:00 2001
From: xuhy <3313886187@qq.com>
Date: 星期二, 05 八月 2025 15:20:18 +0800
Subject: [PATCH] bug修改

---
 ruoyi-system/src/main/resources/mapper/system/YcFinancialManagementMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ruoyi-system/src/main/resources/mapper/system/YcFinancialManagementMapper.xml b/ruoyi-system/src/main/resources/mapper/system/YcFinancialManagementMapper.xml
index f45c3f0..a86f140 100644
--- a/ruoyi-system/src/main/resources/mapper/system/YcFinancialManagementMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/YcFinancialManagementMapper.xml
@@ -40,7 +40,7 @@
                 AND ty.revenue_type = #{query.revenueType}
             </if>
             <if test="query.typeId != null">
-                AND ty.type_id = #{query.typeId}
+                AND fm.type_id = #{query.typeId}
             </if>
             <if test="query.updateBy != null and query.updateBy != ''">
                 AND fm.update_by LIKE CONCAT('%',#{query.updateBy},'%')

--
Gitblit v1.7.1