From e338114af5b96b3d7686ab9b424a9076b94611d3 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 27 二月 2024 17:45:28 +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