|
|
@@ -1978,6 +1978,7 @@ public class InsPlyIncomeServiceImpl extends ServiceImpl<InsPlyIncomeMapper, Ins
|
|
|
if (!CollectionUtils.isEmpty(byTaskId)) {
|
|
|
params.put("incomeIds", byTaskId);
|
|
|
}
|
|
|
+ params.put("handlingFeesStatus","0");
|
|
|
List<InsPlyIncome> insPlyIncomes = baseMapper.queryNew(params);
|
|
|
if (!CollectionUtils.isEmpty(insPlyIncomes)) {
|
|
|
if (insPlyIncomeVo != null) { // 确保insPlyIncomeVo不是null
|