From 8d8101441e35e2530328e1266a7cabef8dcd7b25 Mon Sep 17 00:00:00 2001 From: bns_han <1604366271@qq.com> Date: Mon, 29 Jan 2024 15:59:43 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 44b80c10..e2709080 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 @@ -659,7 +659,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