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
4a5565d2
Commit
4a5565d2
authored
Jan 04, 2023
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
表情
parent
8cf1a583
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
GroupChatServiceImpl.java
...anage/service/service/chat/impl/GroupChatServiceImpl.java
+3
-3
jdbc-haoban-manage-service.xml
...service/src/main/resources/jdbc-haoban-manage-service.xml
+1
-1
No files found.
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/chat/impl/GroupChatServiceImpl.java
View file @
4a5565d2
...
...
@@ -79,7 +79,6 @@ import com.gic.wechat.api.dto.qywx.chat.GroupChatListItemDTO;
import
com.gic.wechat.api.dto.qywx.chat.GroupChatUserIdDTO
;
import
com.gic.wechat.api.service.qywx.QywxChatApiService
;
import
com.github.pagehelper.PageHelper
;
import
com.vdurmont.emoji.EmojiParser
;
@Service
(
"groupChatService"
)
public
class
GroupChatServiceImpl
implements
GroupChatService
{
...
...
@@ -573,10 +572,11 @@ public class GroupChatServiceImpl implements GroupChatService {
}
private
String
emoji
(
String
content
)
{
if
(
StringUtils
.
isBlank
(
content
))
{
return
content
;
/* if (StringUtils.isBlank(content)) {
return content;
}
return
EmojiParser
.
removeAllEmojis
(
content
);
return EmojiParser.removeAllEmojis(content);
*/
}
private
void
updateGroupChatDetail
(
WxEnterpriseQwDTO
qwDTO
,
TabGroupChat
chat
,
boolean
syncMember
)
{
...
...
haoban-manage3-service/src/main/resources/jdbc-haoban-manage-service.xml
View file @
4a5565d2
...
...
@@ -12,7 +12,7 @@
<context:annotation-config
/>
<import
resource=
"classpath*:applicationContext-db-only.xml"
/>
<import
resource=
"classpath*:applicationContext-db-only
-with-emogi
.xml"
/>
<bean
class=
"com.gic.haoban.common.init.HaobanSqlSessionFactoryBean"
id=
"sqlSessionFactory"
>
<property
name=
"dataSource"
ref=
"dataSource"
/>
...
...
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