Commit 9adf432a authored by chenzhao's avatar chenzhao

代扣优化项 导出增加操作人

parent acfea830
......@@ -734,6 +734,7 @@ public class IcbcWithholdServiceImpl extends BaseService<IcbcWithholdDto,IcbcWit
HygfIcbcWithholdRecordExportDTO exportDTO = new HygfIcbcWithholdRecordExportDTO();
BeanUtil.copyProperties(icbcWithholdRecordDto,exportDTO);
exportDTO.setDesc(icbcWithhold.getDesc());
exportDTO.setUploader(icbcWithhold.getConfirmator());
datas.add(exportDTO);
}
......
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