Explorar el Código

//tt share

release_toaliyun_real
xhxu hace 3 años
padre
commit
8fa2425acc
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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 Ver fichero

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


Cargando…
Cancelar
Guardar