暂未开通支付
This commit is contained in:
parent
8aa5e98317
commit
416263c9b1
|
|
@ -737,7 +737,7 @@ public class PayServiceImpl implements PayService {
|
||||||
try {
|
try {
|
||||||
return shopMerchantService.getById(shopId);
|
return shopMerchantService.getById(shopId);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw new CzgException(e.getMessage());
|
throw new CzgException("暂未开通支付");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue