From 75f60178b38bbc50f7aec9270fcd9d4c86b9cc43 Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期四, 20 二月 2025 13:43:43 +0800 Subject: [PATCH] 审批流 --- ruoyi-system/src/main/resources/mapper/system/TCheckAcceptRecordMapper.xml | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/TCheckAcceptRecordMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TCheckAcceptRecordMapper.xml index 42b13b5..342f103 100644 --- a/ruoyi-system/src/main/resources/mapper/system/TCheckAcceptRecordMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/TCheckAcceptRecordMapper.xml @@ -53,8 +53,12 @@ t.create_by, t.update_by, t.disabled, + t.code, + t.checkMoney, + t.status, c.contract_number, - h.house_name + h.house_name, + h.house_address from t_check_accept_record t left join t_contract c on t.contract_id = c.id left join t_house h on t.house_id = h.id -- Gitblit v1.7.1