|
|
@ -2829,6 +2829,7 @@ public class FinCollectionConfirmationService extends MybatisBaseService<FinColl |
|
|
|
} |
|
|
|
} |
|
|
|
qw.eq("fsrd.auditState", 3); |
|
|
|
qw.eq("fsrd.kxState","01"); |
|
|
|
if (StringUtils.isNotBlank(query.getStaffDeptName())) { |
|
|
|
qw.like("fcc.staffDeptName", query.getStaffDeptName()); |
|
|
|
} |
|
|
|