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