|
|
@ -4398,9 +4398,9 @@ public class FinCollectionConfirmationService extends MybatisBaseService<FinColl |
|
|
|
if (StringUtils.isBlank(dto.getPayAccount())) { |
|
|
|
return rb.setMsg("付款账号后4位不能为空"); |
|
|
|
} |
|
|
|
if (StringUtils.isBlank(dto.getPayBank())) { |
|
|
|
return rb.setMsg("付款银行不能为空"); |
|
|
|
} |
|
|
|
// if (StringUtils.isBlank(dto.getPayBank())) {
|
|
|
|
// return rb.setMsg("付款银行不能为空");
|
|
|
|
// }
|
|
|
|
} |
|
|
|
if ("03".equals(dto.getCollectionTypeKey()) || "05".equals(dto.getCollectionTypeKey())) { |
|
|
|
//收款银行账号
|
|
|
|