Browse Source

//tt share

release_toaliyun_real
xhxu 3 years ago
parent
commit
8fa2425acc
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      mallinkService/src/main/java/com/iformall/service/impl/WxProfitSharingReceiverServiceImpl.java

+ 3
- 3
mallinkService/src/main/java/com/iformall/service/impl/WxProfitSharingReceiverServiceImpl.java View File

@@ -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();


Loading…
Cancel
Save