wanghaoran 1 рік тому
джерело
коміт
42dca6ee8e
1 змінених файлів з 1 додано та 0 видалено
  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 Переглянути файл

@@ -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);



Завантаження…
Відмінити
Зберегти