From 935f8d5823746f23d2fe7ef7278240666c680ff9 Mon Sep 17 00:00:00 2001 From: mashuai Date: Fri, 18 Oct 2024 14:29:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/material/basic/BmProjectMapper.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bonus-modules/bonus-material/src/main/resources/mapper/material/basic/BmProjectMapper.xml b/bonus-modules/bonus-material/src/main/resources/mapper/material/basic/BmProjectMapper.xml index c2ada98b..dd5d9448 100644 --- a/bonus-modules/bonus-material/src/main/resources/mapper/material/basic/BmProjectMapper.xml +++ b/bonus-modules/bonus-material/src/main/resources/mapper/material/basic/BmProjectMapper.xml @@ -52,13 +52,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" bp.remark, bp.del_flag, bp.pro_code, - sd.dept_name as impUnit, + bp.imp_unit, bp.pro_nature, bp.pro_status, bp.contract_part, bp.pro_center from bm_project bp - left join sys_dept sd on sd.dept_id = bp.imp_unit and sd.del_flag = 0