From c2e58f7e1554cb23cb63877517b072942735bfdf Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期五, 01 三月 2024 19:26:51 +0800 Subject: [PATCH] 代码提交 --- ruoyi-project/src/main/resources/mapper/project/ServiceFundMapper.xml | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ruoyi-project/src/main/resources/mapper/project/ServiceFundMapper.xml b/ruoyi-project/src/main/resources/mapper/project/ServiceFundMapper.xml index a901a39..fcafa95 100644 --- a/ruoyi-project/src/main/resources/mapper/project/ServiceFundMapper.xml +++ b/ruoyi-project/src/main/resources/mapper/project/ServiceFundMapper.xml @@ -60,7 +60,9 @@ <result property="istax" column="istax"/> <result property="fundtaxtime" column="fundtaxtime"/> <result property="applyTime" column="apply_time"/> - + <result property="applyTime" column="apply_time"/> + <result property="uploadStates" column="upload_states"/> + <result property="notes" column="notes"/> </resultMap> <sql id="selectServiceFundVo"> @@ -118,8 +120,10 @@ checkstatus, performancetype, istax, - applyTime, - fundtaxtime + apply_time, + fundtaxtime, + upload_states, + notes from service_fund </sql> -- Gitblit v1.9.3