From c446503d980b959e936ecd256fb1720e353e5ceb Mon Sep 17 00:00:00 2001 From: 无关风月 <443237572@qq.com> Date: 星期日, 30 三月 2025 22:45:19 +0800 Subject: [PATCH] Merge branch '2.0' of http://120.76.84.145:10101/gitblit/r/java/PlayPai into 2.0 --- cloud-server-management/src/main/java/com/dsh/guns/modular/system/controller/code/TShopController.java | 47 +++++++++++++++++++++++------------------------ 1 files changed, 23 insertions(+), 24 deletions(-) diff --git a/cloud-server-management/src/main/java/com/dsh/guns/modular/system/controller/code/TShopController.java b/cloud-server-management/src/main/java/com/dsh/guns/modular/system/controller/code/TShopController.java index 9410708..b793c91 100644 --- a/cloud-server-management/src/main/java/com/dsh/guns/modular/system/controller/code/TShopController.java +++ b/cloud-server-management/src/main/java/com/dsh/guns/modular/system/controller/code/TShopController.java @@ -11,6 +11,7 @@ import com.dsh.course.feignClient.account.model.CityListQuery; import com.dsh.course.feignClient.account.model.TCityManager; import com.dsh.course.feignClient.communityWorldCup.Model.WorldCupStore; +import com.dsh.course.feignClient.communityWorldCup.Model.WorldCupStoreVO; import com.dsh.course.feignClient.communityWorldCup.WorldCupStoreClient; import com.dsh.course.feignClient.competition.CompetitionClient; import com.dsh.course.feignClient.other.model.Site; @@ -116,25 +117,25 @@ return SUCCESS_TIP; } - public static void main(String[] args) { +// public static void main(String[] args) { +//// HashMap<String, String> map = new HashMap<>(); +//// map.put("page","1"); +//// map.put("space_id","2010"); +//// // 获取门禁列表 +//// String s1 = HttpRequestUtil.getRequest +//// ("https://port.daowepark.com/v7/user_api/general/getDevice", map); +//// System.err.println(s1); +// // HashMap<String, String> map = new HashMap<>(); -// map.put("page","1"); -// map.put("space_id","2010"); +// map.put("sign","0DB011836143EEE2C2E072967C9F4E4B"); +// map.put("space_id","1"); +// map.put("device_id","1"); +// map.put("region_id","2010"); // // 获取门禁列表 // String s1 = HttpRequestUtil.getRequest -// ("https://try.daowepark.com/v7/user_api/general/getDevice", map); +// ("https://port.daowepark.com/v7/user_api/general/getDevice", map); // System.err.println(s1); - - HashMap<String, String> map = new HashMap<>(); - map.put("sign","0DB011836143EEE2C2E072967C9F4E4B"); - map.put("space_id","1"); - map.put("device_id","1"); - map.put("region_id","2010"); - // 获取门禁列表 - String s1 = HttpRequestUtil.getRequest - ("https://try.daowepark.com/v7/user_api/general/getDevice", map); - System.err.println(s1); - }; +// }; /** * 跳转到车辆管理首页 */ @@ -427,7 +428,7 @@ StoreConfig c8 = storeConfigService.getOne(new LambdaQueryWrapper<StoreConfig>().eq(StoreConfig::getStoreId, id).eq(StoreConfig::getType,8)); model.addAttribute("c8",c8); model.addAttribute("id",id); - List<WorldCupStore> worldCupStores = worldCupStoreClient.getWorldCupStoreListByStoreId(id); + List<WorldCupStoreVO> worldCupStores = worldCupStoreClient.getWorldCupStoreListByStoreId(id); if (CollectionUtils.isEmpty(worldCupStores)){ model.addAttribute("worldCupStores",new ArrayList<>()); }else{ @@ -566,8 +567,6 @@ tStore.setOperatorId(UserExt.getUser().getObjectId()); } - user.setObjectId(tStore.getId()); - userService.updateById(user); // 添加门店 HashMap<String, String> map1 = new HashMap<>(); map1.put("sign","0DB011836143EEE2C2E072967C9F4E4B"); @@ -582,7 +581,7 @@ map1.put("remark",tStore.getIntroduce()); map1.put("lat",tStore.getLat()); map1.put("lng",tStore.getLon()); - String result = HttpRequestUtil.postRequest("https://try.daowepark.com/v7/user_api/general/addSpace", map1); + String result = HttpRequestUtil.postRequest("https://port.daowepark.com/v7/user_api/general/addSpace", map1); System.out.println(result); JSONObject jsonObject = JSONObject.parseObject(result); JSONObject data = jsonObject.getJSONObject("data"); @@ -590,7 +589,8 @@ Integer integer = Integer.valueOf(space_id); tStore.setId(integer); storeService.save(tStore); - System.err.println(tStore); + user.setObjectId(tStore.getId()); + userService.updateById(user); ArrayList<StoreConfig> storeConfigs = new ArrayList<>(); for (int i = 1; i < 9; i++) { StoreConfig storeConfig = new StoreConfig(); @@ -607,7 +607,7 @@ // mapSite.put("name",tStore.getName()); // mapSite.put("space_id",tStore.getId().toString()); // mapSite.put("area_id",tSite.getId().toString()); -// HttpRequestUtil.postRequest("https://try.daowepark.com/v7/user_api/general/addSpaceArea", mapSite); +// HttpRequestUtil.postRequest("https://port.daowepark.com/v7/user_api/general/addSpaceArea", mapSite); // for (String s : tStore.getIds().split(",")) { // HashMap<String, String> map = new HashMap<>(); // map.put("sign","0DB011836143EEE2C2E072967C9F4E4B"); @@ -615,7 +615,7 @@ // map.put("device_id",s); // map.put("region_id",tSite.getId().toString()); // // 添加门禁 -// String s1 = HttpRequestUtil.postRequest("https://try.daowepark.com/v7/user_api/general/addDevice", map); +// String s1 = HttpRequestUtil.postRequest("https://port.daowepark.com/v7/user_api/general/addDevice", map); // System.out.println(s1); // } return new SuccessTip<>(); @@ -891,8 +891,7 @@ @RequestMapping(value = "/deleteTwo") public Object delete2(Integer id) { try { - storeOtherConfigService.removeById(id); - + tStoreOtherConfigTrueService.removeById(id); return SUCCESS_TIP; }catch (Exception e){ e.printStackTrace(); -- Gitblit v1.7.1