拉黑用户时 记录用户行为
This commit is contained in:
@@ -111,7 +111,7 @@ public class TaskCenterController {
|
||||
@Debounce(value = "#userId,#id")
|
||||
public Result taskReceive(@ApiIgnore @RequestAttribute("userId") Long userId, Long id) {
|
||||
if (id != null && id == 19) {
|
||||
userService.addBlackUser(userId);
|
||||
userService.addBlackUser(userId,"任务中心领取");
|
||||
}
|
||||
return taskCenterService.taskReceive(userId, id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user