Browse Source

//

release_toaliyun_real
xhxu 3 years ago
parent
commit
d117000eb0
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      mallinkService/src/main/java/com/iformall/service/impl/WxProfitSharingOrderServiceImpl.java

+ 6
- 6
mallinkService/src/main/java/com/iformall/service/impl/WxProfitSharingOrderServiceImpl.java View File

@@ -235,7 +235,7 @@ public class WxProfitSharingOrderServiceImpl implements WxProfitSharingOrderServ
jo.put("account",receiver.getReceiverAccount());
jo.put("amount", sellerAmount);
jo.put("merchantId",receiver.getMerchantId());
jo.put("receiverId",receiver.getId());
jo.put("description",receiver.getId());
receivers.add(jo);
}
}
@@ -257,7 +257,7 @@ public class WxProfitSharingOrderServiceImpl implements WxProfitSharingOrderServ
jo.put("account",receiver.getReceiverAccount());
jo.put("amount", sellerAmount);
jo.put("merchantId",receiver.getMerchantId());
jo.put("receiverId",receiver.getId());
jo.put("description",receiver.getId());
receivers.add(jo);
}
}
@@ -281,7 +281,7 @@ public class WxProfitSharingOrderServiceImpl implements WxProfitSharingOrderServ
jo.put("account",receiver.getReceiverAccount());
jo.put("amount", sellerAmount);
jo.put("merchantId",receiver.getMerchantId());
jo.put("receiverId",receiver.getId());
jo.put("description",receiver.getId());
receivers.add(jo);
}
}
@@ -302,7 +302,7 @@ public class WxProfitSharingOrderServiceImpl implements WxProfitSharingOrderServ
jo.put("account",receiver.getReceiverAccount());
jo.put("amount", shareAmount);
jo.put("merchantId",receiver.getMerchantId());
jo.put("receiverId",receiver.getId());
jo.put("description",receiver.getId());
receivers.add(jo);
}

@@ -343,7 +343,7 @@ public class WxProfitSharingOrderServiceImpl implements WxProfitSharingOrderServ
jo.put("account",receiver.getReceiverAccount());
jo.put("amount", shareAmount);
jo.put("merchantId",receiver.getMerchantId());
jo.put("receiverId",receiver.getId());
jo.put("description",receiver.getId());
receivers.add(jo);
}
try{
@@ -356,7 +356,7 @@ public class WxProfitSharingOrderServiceImpl implements WxProfitSharingOrderServ
result.updateTenantInfo(sharingOrder);
result.setMerchantId(Long.valueOf(o.getString("merchantId")));
result.setSharingOrderId(sharingOrder.getId());
result.setSharingReceiverId(Long.valueOf(o.getString("receiverId")));
result.setSharingReceiverId(Long.valueOf(o.getString("description")));
result.setPayAmount(o.getInteger("amount"));
result.setCreateTime(currentDate);
result.setUpdateTime(currentDate);


Loading…
Cancel
Save