From f0c4987889900a375e0840380cde9845ce7229e7 Mon Sep 17 00:00:00 2001 From: mashuai Date: Mon, 7 Jul 2025 15:25:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/material/lease/LeaseApplyInfoMapper.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bonus-modules/bonus-material/src/main/resources/mapper/material/lease/LeaseApplyInfoMapper.xml b/bonus-modules/bonus-material/src/main/resources/mapper/material/lease/LeaseApplyInfoMapper.xml index 81eb4c51..704d784c 100644 --- a/bonus-modules/bonus-material/src/main/resources/mapper/material/lease/LeaseApplyInfoMapper.xml +++ b/bonus-modules/bonus-material/src/main/resources/mapper/material/lease/LeaseApplyInfoMapper.xml @@ -276,7 +276,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" lai.task_id AS taskId, lpd.lease_sign_url AS leaseSignUrl, lpd.lease_sign_type AS leaseSignType, - tt.task_type AS taskType + tt.task_type AS taskType, + lai.material_man AS materialMan, + lai.confirm_time AS confirmTime, + lai.is_confirm AS isConfirm, + lai.confirm_remark AS confirmRemark FROM lease_publish_details lpd LEFT JOIN lease_apply_info lai ON lai.id = lpd.parent_id