Sfoglia il codice sorgente

//tt share

release_toaliyun_real
xhxu 3 anni fa
parent
commit
8fa2425acc
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  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 Vedi 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();


Caricamento…
Annulla
Salva