From e7f23c16b1d1c6553a0442f3d0d129248d267670 Mon Sep 17 00:00:00 2001
From: puzhibing <393733352@qq.com>
Date: 星期一, 16 十二月 2024 15:57:39 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/GoodsBargainPriceController.java b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/GoodsBargainPriceController.java
index 18c5f56..9867001 100644
--- a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/GoodsBargainPriceController.java
+++ b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/GoodsBargainPriceController.java
@@ -180,7 +180,7 @@
                     GoodsCategory goodsCategory = goodsCategoryService.getById(g.getGoodsCategoryId());
                     Integer shopId = goodsBargainPrice.getShopId();
                     Shop shop = shopService.getById(shopId);
-                    R<AppUser> r = appUserClient.getAppUserByPhone(shop.getPhone());
+                    R<AppUser> r = appUserClient.getAppUserByPhone1(shop.getPhone());
                     if (R.isError(r)){
                         throw new RuntimeException("获取店长信息失败");
                     }

--
Gitblit v1.7.1