From 48d56c0780ddcd28a19f306064e1dd21f0c425c0 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期一, 11 三月 2024 18:23:23 +0800 Subject: [PATCH] 代码提交 --- ruoyi-project/src/main/resources/mapper/project/ServiceReimbursementSharedMapper.xml | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/ruoyi-project/src/main/resources/mapper/project/ServiceReimbursementSharedMapper.xml b/ruoyi-project/src/main/resources/mapper/project/ServiceReimbursementSharedMapper.xml index 2a90fe2..750f9f0 100644 --- a/ruoyi-project/src/main/resources/mapper/project/ServiceReimbursementSharedMapper.xml +++ b/ruoyi-project/src/main/resources/mapper/project/ServiceReimbursementSharedMapper.xml @@ -32,6 +32,7 @@ <result property="deptmentname" column="DeptmentName"/> <result property="opochecker" column="OPOchecker"/> <result property="finvicepresident" column="FinVicePresident"/> + <result property="president" column="president"/> <result property="busvicepresident" column="BusVicePresident"/> <result property="officedirector" column="OfficeDirector"/> <result property="financedirector" column="FinanceDirector"/> @@ -61,6 +62,10 @@ <result property="donorrelatives" column="donorrelatives"/> <result property="zffs" column="zffs"/> <result property="riqi" column="riqi"/> + <result property="bh" column="bh"/> + <result property="checkstatus" column="checkstatus"/> + <result property="performancetype" column="performancetype"/> + <result property="applyTime" column="apply_time"/> </resultMap> <sql id="selectServiceReimbursementSharedVo"> @@ -91,6 +96,7 @@ DeptmentName, OPOchecker, FinVicePresident, + president, BusVicePresident, OfficeDirector, FinanceDirector, @@ -119,7 +125,11 @@ donoramount, donorrelatives, zffs, - riqi + riqi, + bh, + checkstatus, + apply_time, + performancetype from service_reimbursement_shared </sql> -- Gitblit v1.9.3