Showing
1 changed file
with
1 additions
and
1 deletions
xingyun-sc/src/main/java/com/lframework/xingyun/sc/controller/ledger/FundCoordinationController.java
| @@ -218,7 +218,7 @@ public class FundCoordinationController extends DefaultBaseController { | @@ -218,7 +218,7 @@ public class FundCoordinationController extends DefaultBaseController { | ||
| 218 | if (CollectionUtils.isNotEmpty(customerShortList)) { | 218 | if (CollectionUtils.isNotEmpty(customerShortList)) { |
| 219 | List<GetFundCoordinationBo> data = new ArrayList<>(); | 219 | List<GetFundCoordinationBo> data = new ArrayList<>(); |
| 220 | SysDataDicItem type = sysDataDicItemService.findByCode("ENTERPRISE_TYPE", customerShortList.get(0).getType()); | 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 | StringBuilder customerNameStr = new StringBuilder(); | 222 | StringBuilder customerNameStr = new StringBuilder(); |
| 223 | //无限担保书 | 223 | //无限担保书 |
| 224 | StringBuilder unlimitedGuaranteeLetterStr = new StringBuilder(); | 224 | StringBuilder unlimitedGuaranteeLetterStr = new StringBuilder(); |