|
|
@@ -233,7 +233,7 @@ public class HlgPaymentServiceImpl extends ServiceImpl<HlgPaymentMapper, HlgPaym
|
|
|
//判断企业配置的该服务商(即开心平台)是否停用
|
|
|
HlgCpSetting hlgCpSetting = hlgCpSettingService.findHlgCpSetting();
|
|
|
HlgCompany hlgCompanyK = hlgCompanyService.getById(hlgCpSetting.getCompanyId());
|
|
|
- if (hlgCompanyK.getIsLock() == 0) {
|
|
|
+ if (hlgCompanyK.getIsLock() == 1) {
|
|
|
result.error500("企业配置的该服务商已停用,请联系平台管理员");
|
|
|
return result;
|
|
|
}
|