|
@@ -114,7 +114,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
where name = #{name}
|
|
|
</select>
|
|
|
|
|
|
- <select id="selectMetaEmployeeDiyListByDivision" resultType="com.dgtly.sync.domain.MetaEmployee" >
|
|
|
+ <select id="selectMetaEmployeeDiyListByDivision" parameterType="MetaEmployee" resultMap="MetaEmployeeResult">
|
|
|
<include refid="selectMetaEmployeeVo"/>
|
|
|
where 1=1
|
|
|
and business_unit in ('12城北区事业部','36城事业部','BMD事业部','12城中区事业部','12城南区事业部')
|
|
@@ -123,7 +123,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
|
|
|
|
|
|
|
- <select id="selectMetaEmployeetClueReporting" resultType="com.dgtly.sync.domain.MetaEmployee">
|
|
|
+ <select id="selectMetaEmployeetClueReporting" parameterType="MetaEmployee" resultMap="MetaEmployeeResult">
|
|
|
<include refid="selectMetaEmployeeVo"/>
|
|
|
where 1=1
|
|
|
and business_unit not in ('YSL','DIY','12城北区事业部','36城事业部','BMD事业部','12城中区事业部','12城南区事业部')
|