bug 4456修复:已发工资人员统计时,工资册列表人员内外显示不一致
This commit is contained in:
parent
99f28db193
commit
f4bbf5445e
|
|
@ -133,6 +133,7 @@
|
|||
left join bm_subcontractor bs on bs.id = bsb.sub_id
|
||||
left join bm_project bp on bp.id = bsb.pro_id
|
||||
where bsb.id in (${params.salaryId})
|
||||
and sbud.bank_number is not null AND sbud.bank_number!="" and sbud.bank_name is not null AND sbud.bank_name !=""
|
||||
<if test="params.salaryName != null and params.salaryName != '' ">
|
||||
and bsb.name like concat('%',#{params.salaryName},'%')
|
||||
</if>
|
||||
|
|
|
|||
Loading…
Reference in New Issue