diff --git a/adc-da-report/target/classes/com/adc/da/report/vo/ReportCommentVo.class b/adc-da-report/target/classes/com/adc/da/report/vo/ReportCommentVo.class index 09210d5..199c9d7 100644 Binary files a/adc-da-report/target/classes/com/adc/da/report/vo/ReportCommentVo.class and b/adc-da-report/target/classes/com/adc/da/report/vo/ReportCommentVo.class differ diff --git a/adc-da-report/target/classes/mybatis/mapper/mysql/ReportUserCommentDao.xml b/adc-da-report/target/classes/mybatis/mapper/mysql/ReportUserCommentDao.xml index 3ef4b1a..7d63568 100644 --- a/adc-da-report/target/classes/mybatis/mapper/mysql/ReportUserCommentDao.xml +++ b/adc-da-report/target/classes/mybatis/mapper/mysql/ReportUserCommentDao.xml @@ -9,6 +9,7 @@ ruc.id AS id, ruc.user_id AS userId, u.USNAME AS userName, + u.ACCOUNT AS account, ruc.comment AS comment, ruc.create_time AS createTime FROM diff --git a/adc-da-sys/src/main/resources/mybatis/mapper/sys/mysql/OrgEOMapper.xml b/adc-da-sys/src/main/resources/mybatis/mapper/sys/mysql/OrgEOMapper.xml index 525ca21..d0d8cd6 100644 --- a/adc-da-sys/src/main/resources/mybatis/mapper/sys/mysql/OrgEOMapper.xml +++ b/adc-da-sys/src/main/resources/mybatis/mapper/sys/mysql/OrgEOMapper.xml @@ -4,23 +4,17 @@ - - and org_code = #{pageVO.orgCode} + + and DEPARTMENT_CODE = #{pageVO.DepartmentCode} - - and UUID = #{pageVO.UUID} + + and LONG_NAME LIKE CONCAT(CONCAT('%',#{pageVO.LongName}) ,'%') - - and ORG_NAME LIKE CONCAT(CONCAT('%',#{pageVO.orgName}) ,'%') + + and LEVEL = #{pageVO.LEVEL} - - and ORG_LEVEL = #{pageVO.orgLevel} - - - and SUP_ORG_CODE = #{pageVO.supOrgCode} - - - and ORG_SHORT_NAME = #{pageVO.orgShortName} + + and PARENT_ID = #{pageVO.ParentID} and ATTRIBUTION = #{pageVO.attribution} @@ -28,9 +22,7 @@ and BMDM_14 = #{pageVO.bmdm14} - - and STATUS = #{pageVO.status} - + select count(1) from TS_ORG - status = 1 - - and org_code = #{pageVO.orgCode} + + and DEPARTMENT_CODE = #{pageVO.DepartmentCode} and id != #{pageVO.id} diff --git a/report-activity/target/classes/com/adc/da/wkflow/business_activiti/task/TaskController$1.class b/report-activity/target/classes/com/adc/da/wkflow/business_activiti/task/TaskController$1.class index 911f3d9..0ca1924 100644 Binary files a/report-activity/target/classes/com/adc/da/wkflow/business_activiti/task/TaskController$1.class and b/report-activity/target/classes/com/adc/da/wkflow/business_activiti/task/TaskController$1.class differ