|
@ -246,9 +246,6 @@ public class LpkCustomerService extends MybatisBaseService<LpkCustomerMapper, Lp |
|
|
customerInfoVo.setCustomerBankName(lpkCustomerBank.getName()); |
|
|
customerInfoVo.setCustomerBankName(lpkCustomerBank.getName()); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
if(StringUtils.isBlank(customerInfoVo.getCustomerBankName())){ |
|
|
|
|
|
customerInfoVo.setCustomerBankName("请选择支行"); |
|
|
|
|
|
} |
|
|
|
|
|
return rb.success().setData(customerInfoVo); |
|
|
return rb.success().setData(customerInfoVo); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|