bug 4456修复:已发工资人员统计时,工资册列表人员内外显示不一致

This commit is contained in:
gaowdong 2024-12-30 17:34:53 +08:00
parent 99f28db193
commit f4bbf5445e
1 changed files with 1 additions and 0 deletions

View File

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