列定制BUG修复
This commit is contained in:
parent
37ded0a19b
commit
ec7ff05616
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
<select id="selectFilterDatas" resultType="com.engine.organization.entity.hrmresource.po.ResourcePO">
|
||||
SELECT DISTINCT subcompanyid1, departmentid, jobtitle
|
||||
from hrmresource
|
||||
from hrmresource where status < 4
|
||||
</select>
|
||||
<select id="listByFilter" resultMap="HrmResourceMap">
|
||||
select id, subcompanyid1 , departmentid , jobtitle , lastname , dspOrder from hrmresource t
|
||||
|
|
|
|||
Loading…
Reference in New Issue