Procházet zdrojové kódy

//tt share

release_toaliyun_real
xhxu před 3 roky
rodič
revize
8fa2425acc
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  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 Zobrazit soubor

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


Načítá se…
Zrušit
Uložit