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