联特,cbs推送
This commit is contained in:
parent
97e90e0a81
commit
ec0905d514
|
|
@ -371,16 +371,16 @@
|
|||
<include refid="baseColumns" />
|
||||
FROM hrsa_salary_cbs_info t
|
||||
left join hrmresource h on t.employee_id=h.id
|
||||
WHERE delete_type = 0
|
||||
WHERE t.delete_type = 0
|
||||
|
||||
<if test="cbsIds != null and cbsIds.size()>0">
|
||||
AND salary_cbs_id IN
|
||||
AND t.salary_cbs_id IN
|
||||
<foreach collection="cbsIds" open="(" item="cbsId" separator="," close=")">
|
||||
#{cbsId}
|
||||
</foreach>
|
||||
</if>
|
||||
<if test="ids != null and ids.size()>0">
|
||||
AND id IN
|
||||
AND t.id IN
|
||||
<foreach collection="ids" open="(" item="id" separator="," close=")">
|
||||
#{id}
|
||||
</foreach>
|
||||
|
|
|
|||
Loading…
Reference in New Issue