岗位管理删除BUG修复
This commit is contained in:
parent
5fad9088ca
commit
dadef74b33
|
|
@ -510,6 +510,7 @@
|
|||
from jcl_org_job t
|
||||
inner join hrmresource h on t.ec_jobtitle = h.jobtitle and t.ec_company = h.subcompanyid1 and
|
||||
t.ec_department = h.departmentid
|
||||
where h.status < 4
|
||||
</select>
|
||||
<select id="isAllowDelete" resultType="java.lang.String">
|
||||
select t.id
|
||||
|
|
|
|||
Loading…
Reference in New Issue