Commit 2d80e5d2 authored by chenzhao's avatar chenzhao

存量合同2.0开发 接口补充

parent 47d35f6d
...@@ -78,6 +78,7 @@ public class FinancingInfoHistoryServiceImpl extends BaseService<FinancingInfoHi ...@@ -78,6 +78,7 @@ public class FinancingInfoHistoryServiceImpl extends BaseService<FinancingInfoHi
e.setDisbursementMoney(maps.get(e.getPeasantHouseholdId())); e.setDisbursementMoney(maps.get(e.getPeasantHouseholdId()));
e.setDisbursementTime(financingInfoDto.getDisbursementTime()); e.setDisbursementTime(financingInfoDto.getDisbursementTime());
e.setUnitPrice(financingInfoDto.getUnitPrice()); e.setUnitPrice(financingInfoDto.getUnitPrice());
e.setFinancingCompaniesName(financingInfoDto.getFinancingCompaniesName());
e.setStatus("已完成"); e.setStatus("已完成");
if (financingInfoDto.getFiles() != null){ if (financingInfoDto.getFiles() != null){
e.setFile(JSON.toJSONString(financingInfoDto.getFiles())); e.setFile(JSON.toJSONString(financingInfoDto.getFiles()));
......
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