|
|
|
@@ -284,6 +284,7 @@ public class WxProfitSharingOrderServiceImpl implements WxProfitSharingOrderServ |
|
|
|
jo.put("amount", mallAmount); |
|
|
|
jo.put("merchantId",receiver.getMerchantId()); |
|
|
|
jo.put("description",receiver.getId()); |
|
|
|
jo.put("isPrivate",EnumYesOrNo.YES.getCode()); |
|
|
|
receivers.add(jo); |
|
|
|
} |
|
|
|
} |
|
|
|
|