Commit 552e43ae3a4b18dc1c077654fd45d5dd5e282a06

Authored by 房远帅
1 parent 03d3bcd9

资金协调手续:问题修复

... ... @@ -218,7 +218,7 @@ public class FundCoordinationController extends DefaultBaseController {
218 218 if (CollectionUtils.isNotEmpty(customerShortList)) {
219 219 List<GetFundCoordinationBo> data = new ArrayList<>();
220 220 SysDataDicItem type = sysDataDicItemService.findByCode("ENTERPRISE_TYPE", customerShortList.get(0).getType());
221   - getFundCoordinationBo.setCustomerTypeName(type == null ? "" : type.getName());
  221 + getFundCoordinationBo.setCustomerType(type == null ? "" : type.getName());
222 222 StringBuilder customerNameStr = new StringBuilder();
223 223 //无限担保书
224 224 StringBuilder unlimitedGuaranteeLetterStr = new StringBuilder();
... ...