diff --git a/src/main/java/au/com/royalpay/payment/manage/customers/core/impls/CustomerRewardLogServiceImpl.java b/src/main/java/au/com/royalpay/payment/manage/customers/core/impls/CustomerRewardLogServiceImpl.java index a6ababb6c..920e7255f 100644 --- a/src/main/java/au/com/royalpay/payment/manage/customers/core/impls/CustomerRewardLogServiceImpl.java +++ b/src/main/java/au/com/royalpay/payment/manage/customers/core/impls/CustomerRewardLogServiceImpl.java @@ -103,7 +103,7 @@ public class CustomerRewardLogServiceImpl implements CustomerRewardLogService { MpWechatApi redpackApi = mpWechatApiProvider.getApi("redpack"); WechatRedpack wechatRedpack = new WechatRedpack(); wechatRedpack.setSendName(sendName).setOpenId(redpack_openid).setActName(actName) - .setRemark(actName).setAmount(reward.getBigDecimal("amount").divide(new BigDecimal(100))).setWishing(wishing).setNotifyUrl(notifyUrl); + .setRemark(actName).setAmount(reward.getBigDecimal("amount")).setWishing(wishing).setNotifyUrl(notifyUrl); JSONObject res = redpackApi.sendRedpack(wechatRedpack); logger.info("2019新年活动获取的红包信息==>"+res.toJSONString()); reward.put("status",0);