Преглед изворни кода

Merge branch 'develop' into release

tags/V1.8.0^2
wanghaoran пре 1 година
родитељ
комит
2e77fb70b1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      tuoheng-api/src/main/java/com/tuoheng/api/service/impl/WestreamVideoServiceImpl.java

+ 1
- 1
tuoheng-api/src/main/java/com/tuoheng/api/service/impl/WestreamVideoServiceImpl.java Прегледај датотеку

@@ -133,7 +133,7 @@ public class WestreamVideoServiceImpl extends BaseServiceImpl<WestreamVideoMappe
userPointsDetail.setNickname(westreamUser.getNickname());
userPointsDetail.setPointsChange(Integer.parseInt(thDictData.getValue()));
userPointsDetail.setPointsTime(new Date());
userPointsDetail.setChangeName("观看学习视频"+query.getVideoId());
userPointsDetail.setChangeName("观看学习视频");
userPointsDetail.setType(1);
userPointsDetail.setCreateTime(new Date());
userPointsDetailMapper.insert(userPointsDetail);

Loading…
Откажи
Сачувај