配置增加微信的费率,优化入驻长期身份证的号码为9999-12-31
This commit is contained in:
parent
186e6a59e8
commit
89a0eefd0b
@ -230,11 +230,12 @@ public class ShopMchEntryServiceImpl extends BaseServiceImpl<ShopMchEntryMapper,
|
|||||||
|
|
||||||
if (StrUtil.isBlank(record.getOpenning_bank_code())) {
|
if (StrUtil.isBlank(record.getOpenning_bank_code())) {
|
||||||
return CommonResult.failed("请填写结算账户清算⾏号!");
|
return CommonResult.failed("请填写结算账户清算⾏号!");
|
||||||
} else {
|
|
||||||
// 对公对私,结算账户清算⾏号和结算账户开户⾏号一定一致
|
|
||||||
record.setClearing_bank_code(record.getOpenning_bank_code());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 对公对私,结算账户清算⾏号和结算账户开户⾏号一定一致
|
||||||
|
record.setClearing_bank_code(record.getOpenning_bank_code());
|
||||||
|
|
||||||
|
|
||||||
if (StrUtil.isNotBlank(record.getStore_name()) && shopStoreBaseService.isExistsByStoreName(record.getStore_name())) {
|
if (StrUtil.isNotBlank(record.getStore_name()) && shopStoreBaseService.isExistsByStoreName(record.getStore_name())) {
|
||||||
return CommonResult.failed("店铺名已被使用!");
|
return CommonResult.failed("店铺名已被使用!");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user