|
|
@@ -198,11 +198,11 @@ public class ActivityServiceImpl extends ServiceImpl<ActivityMapper, Activity> i
|
|
|
* 处理充值活动
|
|
|
*/
|
|
|
private class RechargeActivityTask implements Runnable {
|
|
|
- private final long useId;
|
|
|
+ private final long userId;
|
|
|
private final int rechargeAmount;
|
|
|
|
|
|
public RechargeActivityTask(long userId, int rechargeAmount) {
|
|
|
- this.useId = userId;
|
|
|
+ this.userId = userId;
|
|
|
this.rechargeAmount = rechargeAmount;
|
|
|
}
|
|
|
|