Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haoban3.0
haoban-manage3.0
Commits
8c3a0ce3
Commit
8c3a0ce3
authored
Oct 10, 2024
by
xiongjiangtao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
社群活动二维码
parent
a616bd92
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
GroupChatActivityLogApiServiceImpl.java
...ice/out/impl/chat/GroupChatActivityLogApiServiceImpl.java
+1
-1
dubbo-haoban-manage-service.xml
...ervice/src/main/resources/dubbo-haoban-manage-service.xml
+2
-1
No files found.
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/out/impl/chat/GroupChatActivityLogApiServiceImpl.java
View file @
8c3a0ce3
...
@@ -19,7 +19,7 @@ import java.util.List;
...
@@ -19,7 +19,7 @@ import java.util.List;
* @author shangfeng
* @author shangfeng
* @date 2024-10-08 14:37:46
* @date 2024-10-08 14:37:46
*/
*/
@Service
(
"groupChatActivity
Invite
LogApiService"
)
@Service
(
"groupChatActivityLogApiService"
)
public
class
GroupChatActivityLogApiServiceImpl
implements
GroupChatActivityLogApiService
{
public
class
GroupChatActivityLogApiServiceImpl
implements
GroupChatActivityLogApiService
{
@Resource
@Resource
...
...
haoban-manage3-service/src/main/resources/dubbo-haoban-manage-service.xml
View file @
8c3a0ce3
...
@@ -246,5 +246,5 @@
...
@@ -246,5 +246,5 @@
<!-- 社群邀请有礼 -->
<!-- 社群邀请有礼 -->
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.chat.GroupChatActivityLogApiService"
<dubbo:service
interface=
"com.gic.haoban.manage.api.service.chat.GroupChatActivityLogApiService"
ref=
"groupChatActivity
Invite
LogApiService"
timeout=
"10000"
/>
ref=
"groupChatActivityLogApiService"
timeout=
"10000"
/>
</beans>
</beans>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment