From 4e124bbb3e96afe124a6bf47beef7804c3cecb68 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 18 八月 2022 14:56:53 +0800
Subject: [PATCH] 修改密码 加入演示环境判断

---
 service-user/src/main/java/com/java110/user/api/StaffApi.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/service-user/src/main/java/com/java110/user/api/StaffApi.java b/service-user/src/main/java/com/java110/user/api/StaffApi.java
index c66f537..edc240a 100755
--- a/service-user/src/main/java/com/java110/user/api/StaffApi.java
+++ b/service-user/src/main/java/com/java110/user/api/StaffApi.java
@@ -147,7 +147,7 @@
                 + "&communityId=" + communityId + "&appId=" + AppDto.WECHAT_OWNER_APP_ID;
 
         if (smallWeChatDtos != null && smallWeChatDtos.size() > 0) {
-            ownerUrl += ("&wAppId=" + smallWeChatDtos.get(0).getAppid());
+            ownerUrl += ("&wAppId=" + smallWeChatDtos.get(0).getAppId());
         }
         return ResultVo.createResponseEntity(ownerUrl);
     }

--
Gitblit v1.8.0