客户绑定支行

This commit is contained in:
dimengzhe
2024-01-28 11:14:46 +08:00
parent 902a689fd5
commit 06eb868ad4

View File

@@ -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);
}