卡座换绑功能
This commit is contained in:
parent
6b7eae8354
commit
3a75fe93e1
|
@ -193,7 +193,6 @@ public class BoothServiceImpl implements BoothService {
|
||||||
try {
|
try {
|
||||||
BoothQuery query = new BoothQuery();
|
BoothQuery query = new BoothQuery();
|
||||||
query.setUserId(userId);
|
query.setUserId(userId);
|
||||||
query.setTime(LocalDateTime.now());
|
|
||||||
List<BoothVO> list = boothMapper.selectBoothList(query);
|
List<BoothVO> list = boothMapper.selectBoothList(query);
|
||||||
for (BoothVO vo : list) {
|
for (BoothVO vo : list) {
|
||||||
vo.setUserId(null);
|
vo.setUserId(null);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user