From b62982b12ce5efd9601690c59212b8047c0aaa36 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期一, 19 九月 2022 10:37:14 +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