Sfoglia il codice sorgente

// test

release_toaliyun_real
xhxu 3 anni fa
parent
commit
17d34f0551
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      mallinkService/src/main/java/com/iformall/service/impl/WxProfitSharingOrderServiceImpl.java

+ 2
- 2
mallinkService/src/main/java/com/iformall/service/impl/WxProfitSharingOrderServiceImpl.java Vedi File

@@ -195,7 +195,7 @@ public class WxProfitSharingOrderServiceImpl implements WxProfitSharingOrderServ
JSONObject jo = new JSONObject(); JSONObject jo = new JSONObject();
jo.put("type",payShareAdapterService.getShareAccount(receiver.getReceiverType()).getMessage()); jo.put("type",payShareAdapterService.getShareAccount(receiver.getReceiverType()).getMessage());
jo.put("account",receiver.getReceiverAccount()); jo.put("account",receiver.getReceiverAccount());
jo.put("amount", receiver.getSharingAmount());
jo.put("amount", shareAmount);
jo.put("merchantId",receiver.getMerchantId()); jo.put("merchantId",receiver.getMerchantId());
jo.put("description",receiver.getId().toString()); //为重试做准备 jo.put("description",receiver.getId().toString()); //为重试做准备
receivers.add(jo); receivers.add(jo);
@@ -242,7 +242,7 @@ public class WxProfitSharingOrderServiceImpl implements WxProfitSharingOrderServ
JSONObject jo = new JSONObject(); JSONObject jo = new JSONObject();
jo.put("type",payShareAdapterService.getShareAccount(receiver.getReceiverType()).getMessage()); jo.put("type",payShareAdapterService.getShareAccount(receiver.getReceiverType()).getMessage());
jo.put("account",receiver.getReceiverAccount()); jo.put("account",receiver.getReceiverAccount());
jo.put("amount", receiver.getSharingAmount());
jo.put("amount", shareAmount);
jo.put("merchantId",receiver.getMerchantId()); jo.put("merchantId",receiver.getMerchantId());
jo.put("description",receiver.getId().toString()); jo.put("description",receiver.getId().toString());
receivers.add(jo); receivers.add(jo);


Caricamento…
Annulla
Salva