From 88adbada822c2e3d18235374c176c1b9201358cb Mon Sep 17 00:00:00 2001
From: huliguo <2023611923@qq.com>
Date: 星期五, 06 六月 2025 19:17:19 +0800
Subject: [PATCH] 修改bug

---
 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