Browse Source

积分兑换

tags/V1.8.1
wanghaoran 1 year ago
parent
commit
42dca6ee8e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tuoheng-api/src/main/java/com/tuoheng/api/service/impl/WxServiceImpl.java

+ 1
- 0
tuoheng-api/src/main/java/com/tuoheng/api/service/impl/WxServiceImpl.java View File

@@ -123,6 +123,7 @@ public class WxServiceImpl implements IWxService {
userPointsDetail.setChangeName("积分兑换");
userPointsDetail.setPointsTime(new Date());
userPointsDetail.setType(2);
userPointsDetail.setCreateTime(new Date());
userPointsDetailMapper.insert(userPointsDetail);



Loading…
Cancel
Save