|
|
@ -510,6 +510,7 @@
|
|
|
|
from jcl_org_job t
|
|
|
|
from jcl_org_job t
|
|
|
|
inner join hrmresource h on t.ec_jobtitle = h.jobtitle and t.ec_company = h.subcompanyid1 and
|
|
|
|
inner join hrmresource h on t.ec_jobtitle = h.jobtitle and t.ec_company = h.subcompanyid1 and
|
|
|
|
t.ec_department = h.departmentid
|
|
|
|
t.ec_department = h.departmentid
|
|
|
|
|
|
|
|
where h.status < 4
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
<select id="isAllowDelete" resultType="java.lang.String">
|
|
|
|
<select id="isAllowDelete" resultType="java.lang.String">
|
|
|
|
select t.id
|
|
|
|
select t.id
|
|
|
|