From 19df67e19f23cd2a04d1c7f355e1e656f4140af4 Mon Sep 17 00:00:00 2001
From: huliguo <2023611923@qq.com>
Date: 星期四, 17 四月 2025 20:04:14 +0800
Subject: [PATCH] 后台:首页统计、系统管理、广告管理、用户管理、商品分类管理

---
 ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/GoodsShopController.java |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/GoodsShopController.java b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/GoodsShopController.java
index 28222d3..dc51f49 100644
--- a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/GoodsShopController.java
+++ b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/GoodsShopController.java
@@ -38,6 +38,8 @@
 	@Resource
 	private ShopService shopService;
 
+
+
 	@Resource
 	private GoodsService goodsService;
 	
@@ -53,8 +55,10 @@
 		if (shop == null || shop.getStatus() ==2 || shop.getDelFlag()==1) {
 			return R.ok();
 		}
+
 		one.setShopName(shop.getName());
 		one.setPhone(shop.getPhone());
+
 		one.setAddress(shop.getAddress());
 		return R.ok(one);
 	}

--
Gitblit v1.7.1