Commit f6a68ca2 authored by zhaobiyan's avatar zhaobiyan

兑换礼品流程增加积分更新,兑换记录插入

parent 82c6c4ca
......@@ -12,7 +12,7 @@ import java.util.Date;
@Builder
@NoArgsConstructor
@AllArgsConstructor
@TableName("member_user_score")
@TableName("ecw_reward_redeem")
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
public class RewardRedeemDO extends BaseDO {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment