From a5a1a16b28c2d672503a72a38337e538307598ce Mon Sep 17 00:00:00 2001 From: bns_han <1604366271@qq.com> Date: Mon, 29 Jan 2024 16:49:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=9F=E8=83=BD=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/app/BackReceiveMapper.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sgzb-modules/sgzb-base/src/main/resources/mapper/app/BackReceiveMapper.xml b/sgzb-modules/sgzb-base/src/main/resources/mapper/app/BackReceiveMapper.xml index e2709080..7054b46e 100644 --- a/sgzb-modules/sgzb-base/src/main/resources/mapper/app/BackReceiveMapper.xml +++ b/sgzb-modules/sgzb-base/src/main/resources/mapper/app/BackReceiveMapper.xml @@ -639,7 +639,8 @@ bcd.back_num as backNum, bcd.parent_id as parentId, bcd.create_by as createBy, - bcd.ma_id as maId + bcd.ma_id as maId, + bai.company_id as companyId FROM back_check_details bcd LEFT JOIN back_apply_info bai on bai.id=bcd.parent_id @@ -679,7 +680,8 @@ bcd.back_num as backNum, bcd.parent_id as parentId, bcd.create_by as createBy, - bcd.ma_id as maId + bcd.ma_id as maId, + bai.company_id as companyId FROM back_check_details bcd LEFT JOIN back_apply_info bai on bai.id=bcd.parent_id