列定制BUG修复

This commit is contained in:
dxfeng 2023-01-17 14:52:45 +08:00
parent 37ded0a19b
commit ec7ff05616
1 changed files with 1 additions and 1 deletions

View File

@ -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