Commit ec998988 authored by chenzhao's avatar chenzhao

投融提交修改融资机构名称

parent 8f528e1c
......@@ -362,6 +362,8 @@ public class FinancingInfoServiceImpl extends BaseService<FinancingInfoDto, Fina
FinancingInfo financingInfo = this.getBaseMapper().selectOne(info);
if (params.containsKey("financingCompaniesSeq") && params.get("financingCompaniesSeq")!= null) {
financingInfo.setFinancingCompaniesSeq(Long.valueOf(params.get("financingCompaniesSeq").toString()));
Map<String, Object> orgInfo = this.getBaseMapper().selectRZOrgInfo(Long.valueOf(params.get("financingCompaniesSeq").toString()));
financingInfo.setFinancingCompaniesName(orgInfo.getOrDefault("COMPANY_NAME", "").toString());
}
if("融资审核".equals(financingAuditingDto.getNextNodeName())){
financingInfo.setTrCreateTime(new Date());
......
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