ソースを参照

Merge branch 'develop' into release

tags/V1.8.0^2
wanghaoran 1年前
コミット
06c35a12b5
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      tuoheng-api/src/main/java/com/tuoheng/api/service/impl/UserPointsDetailServiceImpl.java

+ 2
- 1
tuoheng-api/src/main/java/com/tuoheng/api/service/impl/UserPointsDetailServiceImpl.java ファイルの表示

@@ -86,7 +86,8 @@ public class UserPointsDetailServiceImpl extends BaseServiceImpl<UserPointsDetai
.eq(UserPointsDetail::getTenantId, tenantId)
.eq(UserPointsDetail::getOpenid, openid)
.eq(UserPointsDetail::getMark, 1)
.isNotNull(UserPointsDetail::getChangeName));
.isNotNull(UserPointsDetail::getChangeName)
.orderByDesc(UserPointsDetail::getCreateTime));
// userPointsDetailList.convert(x -> {
// if(x.getType().equals(2)){
// x.setPointsChange(-1*x.getPointsChange());

読み込み中…
キャンセル
保存