From dcf42699c30f4c62d3ff1dab3eec816cb1a20262 Mon Sep 17 00:00:00 2001 From: songwenxuan <1924103812@qq.com> Date: Tue, 25 Jun 2024 20:42:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=85=A8=E6=89=BF=E8=AF=BA=E5=92=8C?= =?UTF-8?q?=E8=B4=A3=E4=BB=BB=E7=8A=B6=20=E8=AF=A6=E6=83=85=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mybatis/datasource/bus/CorpPromiseMapper.xml | 3 ++- .../mybatis/datasource/bus/CorpResponsibilityMapper.xml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mybatis/datasource/bus/CorpPromiseMapper.xml b/src/main/resources/mybatis/datasource/bus/CorpPromiseMapper.xml index 057a9189..897136b2 100644 --- a/src/main/resources/mybatis/datasource/bus/CorpPromiseMapper.xml +++ b/src/main/resources/mybatis/datasource/bus/CorpPromiseMapper.xml @@ -449,7 +449,8 @@ c.LEVELNAME, c.PROMISE_TERM_START, c.PROMISE_TERM_END, - c.PROMISE_ID + c.PROMISE_ID, + c.PROMISEPEOPLE_ID FROM SYS_USER u LEFT JOIN OA_DEPARTMENT d ON d.DEPARTMENT_ID = u.DEPARTMENT_ID diff --git a/src/main/resources/mybatis/datasource/bus/CorpResponsibilityMapper.xml b/src/main/resources/mybatis/datasource/bus/CorpResponsibilityMapper.xml index 1846a410..7177e674 100644 --- a/src/main/resources/mybatis/datasource/bus/CorpResponsibilityMapper.xml +++ b/src/main/resources/mybatis/datasource/bus/CorpResponsibilityMapper.xml @@ -458,7 +458,8 @@ c.LEVELNAME, c.RESPONSIBILITY_TERM_START, c.RESPONSIBILITY_TERM_END, - c.RESPONSIBILITY_ID + c.RESPONSIBILITY_ID, + c.RESPONSIBILITYPEOPLE_ID FROM SYS_USER u LEFT JOIN OA_DEPARTMENT d ON d.DEPARTMENT_ID = u.DEPARTMENT_ID