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