Commit e3d39912 authored by chenzhao's avatar chenzhao

代扣优化项 问题处理

parent e347c7b1
...@@ -740,6 +740,7 @@ public class IcbcWithholdServiceImpl extends BaseService<IcbcWithholdDto,IcbcWit ...@@ -740,6 +740,7 @@ public class IcbcWithholdServiceImpl extends BaseService<IcbcWithholdDto,IcbcWit
} }
if (StringUtils.isNotEmpty(icbcWithhold.getIcbcId())){ if (StringUtils.isNotEmpty(icbcWithhold.getIcbcId())){
dto.setAmosUserId(icbcWithhold.getIcbcId()); dto.setAmosUserId(icbcWithhold.getIcbcId());
dto.setShow("1");
} }
List<IcbcWithholdRecordDto> dtos = icbcWithholdRecordMapper.exportData(dto); List<IcbcWithholdRecordDto> dtos = icbcWithholdRecordMapper.exportData(dto);
if (CollectionUtil.isNotEmpty(dtos)) { if (CollectionUtil.isNotEmpty(dtos)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment