列定制BUG修复 #149

Merged
dxfeng merged 1 commits from danikor into develop 2 years ago

@ -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 &lt; 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

Loading…
Cancel
Save