Commit 38fa4570 by zhiheng.zhang

Merge remote-tracking branch 'origin/develop' into develop

parents 32fe1ac1 75df6aa1
......@@ -2399,7 +2399,7 @@ public class OrderAdapter {
orderPayDto.setOpenId(paymentRequest.getOpenId());
String businessDate = com.freemud.application.sdk.api.util.DateUtil.convert2String(new Date(), "yyyyMMdd");
orderPayDto.setBusinessDate(businessDate);
// orderPayDto.setAmount(amount);
orderPayDto.setAmount(amount);
orderPayDto.setUndisAmount(1L);
orderPayDto.setVipAmount(Long.valueOf(cardAmount));
orderPayDto.setAppId(paymentRequest.getWxAppId());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment