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 | 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(); | ... | ... |