消费送积分
This commit is contained in:
@@ -1291,6 +1291,9 @@ public class PayService {
|
|||||||
orderInfo.setPaidTime(System.currentTimeMillis());
|
orderInfo.setPaidTime(System.currentTimeMillis());
|
||||||
tbOrderInfoMapper.updateByPrimaryKeySelective(orderInfo);
|
tbOrderInfoMapper.updateByPrimaryKeySelective(orderInfo);
|
||||||
|
|
||||||
|
// 消费送积分
|
||||||
|
tbMemberPointsService.consumeAwardPoints(Long.valueOf(orderInfo.getMemberId()), Long.valueOf(orderInfo.getId()));
|
||||||
|
|
||||||
JSONObject jsonObject = new JSONObject();
|
JSONObject jsonObject = new JSONObject();
|
||||||
jsonObject.put("token", 0);
|
jsonObject.put("token", 0);
|
||||||
jsonObject.put("type", "wxcreate");
|
jsonObject.put("type", "wxcreate");
|
||||||
|
|||||||
Reference in New Issue
Block a user