Merge pull request '列定制BUG修复' (#149) from danikor into develop

Reviewed-on: #149
pull/150/head
dxfeng 2 years ago
commit 1cc568f738

@ -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 &lt; 4
</select>
<select id="listByFilter" resultMap="HrmResourceMap">
select id, subcompanyid1 , departmentid , jobtitle , lastname , dspOrder from hrmresource t

Loading…
Cancel
Save