lisy
2023-08-11 c321a119aa3dd4ff4bfa30b795b7f5386675f10c
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);