卡座换绑功能

This commit is contained in:
SjS 2025-05-20 15:22:47 +08:00
parent 6b7eae8354
commit 3a75fe93e1

View File

@ -193,7 +193,6 @@ public class BoothServiceImpl implements BoothService {
try {
BoothQuery query = new BoothQuery();
query.setUserId(userId);
query.setTime(LocalDateTime.now());
List<BoothVO> list = boothMapper.selectBoothList(query);
for (BoothVO vo : list) {
vo.setUserId(null);