客户绑定支行
This commit is contained in:
@@ -246,9 +246,6 @@ public class LpkCustomerService extends MybatisBaseService<LpkCustomerMapper, Lp
|
||||
customerInfoVo.setCustomerBankName(lpkCustomerBank.getName());
|
||||
}
|
||||
}
|
||||
if(StringUtils.isBlank(customerInfoVo.getCustomerBankName())){
|
||||
customerInfoVo.setCustomerBankName("请选择支行");
|
||||
}
|
||||
return rb.success().setData(customerInfoVo);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user