|
|
@ -18,7 +18,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<select id="selectFilterDatas" resultType="com.engine.organization.entity.hrmresource.po.ResourcePO">
|
|
|
|
<select id="selectFilterDatas" resultType="com.engine.organization.entity.hrmresource.po.ResourcePO">
|
|
|
|
SELECT DISTINCT subcompanyid1, departmentid, jobtitle
|
|
|
|
SELECT DISTINCT subcompanyid1, departmentid, jobtitle
|
|
|
|
from hrmresource
|
|
|
|
from hrmresource where status < 4
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
<select id="listByFilter" resultMap="HrmResourceMap">
|
|
|
|
<select id="listByFilter" resultMap="HrmResourceMap">
|
|
|
|
select id, subcompanyid1 , departmentid , jobtitle , lastname , dspOrder from hrmresource t
|
|
|
|
select id, subcompanyid1 , departmentid , jobtitle , lastname , dspOrder from hrmresource t
|
|
|
|