|
|
|
@@ -346,9 +346,9 @@ public class WxProfitSharingReceiverServiceImpl implements WxProfitSharingReceiv |
|
|
|
if(queryMerchantResult.getWx().intValue() != 1){ |
|
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_ERROR.getCode(),"微信渠道未进件成功!"); |
|
|
|
} |
|
|
|
if(queryMerchantResult.getAlipay().intValue() != 1){ |
|
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_ERROR.getCode(),"支付宝渠道未进件成功!"); |
|
|
|
} |
|
|
|
// if(queryMerchantResult.getAlipay().intValue() != 1){ |
|
|
|
// return new ResultData(ErrorCode.SYS_PARAMETER_ERROR.getCode(),"支付宝渠道未进件成功!"); |
|
|
|
// } |
|
|
|
wxProfitSharingReceiver.setIsUse(EnumProfitSharingUse.YES.getCode()); |
|
|
|
this.saveOrUpdate(wxProfitSharingReceiver); |
|
|
|
return new ResultData(); |
|
|
|
|