From 068519d38ca60263d939ef8fc0522cce07212b93 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期五, 05 九月 2025 15:17:42 +0800 Subject: [PATCH] 审批日志 --- ruoyi-project/src/main/resources/mapper/project/ServiceReimbursementMapper.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ruoyi-project/src/main/resources/mapper/project/ServiceReimbursementMapper.xml b/ruoyi-project/src/main/resources/mapper/project/ServiceReimbursementMapper.xml index 580a958..1159037 100644 --- a/ruoyi-project/src/main/resources/mapper/project/ServiceReimbursementMapper.xml +++ b/ruoyi-project/src/main/resources/mapper/project/ServiceReimbursementMapper.xml @@ -7,6 +7,7 @@ <resultMap type="com.ruoyi.project.domain.ServiceReimbursement" id="ServiceReimbursementResult"> <result property="id" column="ID"/> <result property="delFlag" column="del_flag"/> + <result property="summaryId" column="summary_id"/> <result property="createBy" column="create_by"/> <result property="createTime" column="create_time"/> <result property="updateBy" column="update_by"/> @@ -71,6 +72,7 @@ <sql id="selectServiceReimbursementVo"> select ID, del_flag, + summary_id, person_num, create_by, create_time, -- Gitblit v1.9.3