cloud-server-other/src/main/java/com/dsh/other/controller/GameController.java
@@ -30,6 +30,7 @@ import java.text.SimpleDateFormat; import java.util.*; import java.util.stream.Collectors; @RestController @RequestMapping("/api/game") public class GameController { @@ -93,7 +94,6 @@ List<TGameConfig> tGameConfigs = new ArrayList<>(); if (appUser.getAddUserId()==null) { List<SiteLock> lock = lockService.list(new QueryWrapper<SiteLock>().eq("siteId", siteId)); @@ -316,7 +316,6 @@ e.printStackTrace(); return ResultUtil.runErr(); } }