岗位浏览按钮SQL完善 #154

Merged
dxfeng merged 2 commits from feature/dxf into develop 2 years ago

@ -137,7 +137,8 @@
<select id="hasSubs" resultType="java.lang.String"> <select id="hasSubs" resultType="java.lang.String">
select distinct supDepId select distinct supDepId
from hrmdepartment from hrmdepartment
where canceled = 0 where 1=1
<include refid="com.engine.organization.mapper.comp.CompMapper.subsWhere"/>
</select> </select>
<select id="countUsedInJob" resultType="java.lang.Integer"> <select id="countUsedInJob" resultType="java.lang.Integer">
select count(1) select count(1)

Loading…
Cancel
Save