积分变动
This commit is contained in:
@@ -145,7 +145,7 @@ public class MkPointsUserServiceImpl extends ServiceImpl<MkPointsUserMapper, MkP
|
||||
.shopUserId(pointsUser.getShopUserId())
|
||||
.floatType(floatType.getValue())
|
||||
.floatPoints(Long.valueOf(points))
|
||||
.balancePoints(pointsUser.getPointBalance() + points)
|
||||
.balancePoints(pointsUser.getPointBalance())
|
||||
.sourceId(sourceId.toString())
|
||||
.content(reason)
|
||||
.build();
|
||||
|
||||
Reference in New Issue
Block a user