[fix]绑定推
This commit is contained in:
parent
1c2e84eaf1
commit
fd5f3fc527
@ -232,8 +232,6 @@ public class MemberController extends BaseController {
|
||||
}
|
||||
|
||||
|
||||
@Tag(name = "获取登录会员的信息")
|
||||
@GetMapping(value = "/login/info")
|
||||
@Tag(name ="获取登录会员的信息")
|
||||
@GetMapping(value = "login/info")
|
||||
public R<MemberVO> getLoinInfo() {
|
||||
@ -241,8 +239,6 @@ public class MemberController extends BaseController {
|
||||
}
|
||||
|
||||
|
||||
@Tag(name = "同步会员的信息")
|
||||
@GetMapping(value = "/sync")
|
||||
@Tag(name ="同步会员的信息")
|
||||
@GetMapping(value = "sync")
|
||||
public R<MemberVO> syncInfo() {
|
||||
@ -252,8 +248,6 @@ public class MemberController extends BaseController {
|
||||
|
||||
/**
|
||||
* 分页查询团长绑定的会员账户信息
|
||||
*
|
||||
* @param bo 查询条件
|
||||
*/
|
||||
// @SaCheckRole(TenantConstants.SUPER_ADMIN_ROLE_KEY) 团长
|
||||
@GetMapping(value = "/getByReference")
|
||||
|
@ -5,6 +5,8 @@ import cn.hutool.core.bean.BeanUtil;
|
||||
import cn.hutool.core.date.LocalDateTimeUtil;
|
||||
import cn.hutool.core.lang.Assert;
|
||||
import cn.hutool.core.util.StrUtil;
|
||||
import cn.hutool.json.JSONArray;
|
||||
import cn.hutool.json.JSONObject;
|
||||
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
|
||||
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
|
||||
import com.baomidou.mybatisplus.core.conditions.update.LambdaUpdateWrapper;
|
||||
|
Loading…
x
Reference in New Issue
Block a user