会员积分问题修复
This commit is contained in:
@@ -33,9 +33,9 @@ public class MemberPointsLog implements Serializable {
|
||||
*/
|
||||
private Long shopId;
|
||||
/**
|
||||
* 用户id
|
||||
* 店铺用户id
|
||||
*/
|
||||
private Long userId;
|
||||
private Long shopUserId;
|
||||
/**
|
||||
* 摘要信息(如:兑换某个商品/消费多少钱/充值多少钱/新会员赠送积分等)
|
||||
*/
|
||||
|
||||
@@ -55,9 +55,9 @@ public class PointsExchangeRecord implements Serializable {
|
||||
*/
|
||||
private String pickupMethod;
|
||||
/**
|
||||
* 用户id
|
||||
* 店铺用户id
|
||||
*/
|
||||
private Long userId;
|
||||
private Long shopUserId;
|
||||
/**
|
||||
* 用户昵称
|
||||
*/
|
||||
|
||||
@@ -20,7 +20,7 @@ public class ConsumeAwardPointsParam implements Serializable {
|
||||
/**
|
||||
* 用户ID(shopUserId)
|
||||
*/
|
||||
private Long userId;
|
||||
private Long shopUserId;
|
||||
/**
|
||||
* 订单ID
|
||||
*/
|
||||
|
||||
@@ -20,7 +20,7 @@ public class PayedDeductPointsParam implements Serializable {
|
||||
/**
|
||||
* 用户ID(shopUserId)
|
||||
*/
|
||||
private Long userId;
|
||||
private Long shopUserId;
|
||||
/**
|
||||
* 消耗积分
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user