lisy
2023-08-08 a91463ee1c2bf2ef932bd1c5c061b225b2c83b77
cloud-server-other/src/main/java/com/dsh/other/controller/StoreController.java
@@ -223,6 +223,7 @@
     * @return
     */
    @ResponseBody
    @PostMapping("/store/queryStoreById")
    public Store queryStoreById(@RequestBody Integer id){
        try {
            return storeService.getById(id);