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
33756edc
Commit
33756edc
authored
Dec 17, 2022
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
群说明
parent
4180816e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
GroupChatHmController.java
...ban/manage/web/controller/chat/GroupChatHmController.java
+1
-1
GroupChatHmVO.java
...java/com/gic/haoban/manage/web/vo/chat/GroupChatHmVO.java
+13
-1
No files found.
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/controller/chat/GroupChatHmController.java
View file @
33756edc
...
...
@@ -128,7 +128,7 @@ public class GroupChatHmController {
if
(
CollectionUtils
.
isNotEmpty
(
retPage
.
getResult
()))
{
retPage
.
getResult
().
forEach
(
vo
->{
if
(
vo
.
getUsableChatCount
()==
0
)
{
vo
.
setRemark
(
"无可加入的群聊"
);
vo
.
set
Use
Remark
(
"无可加入的群聊"
);
}
});
}
...
...
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/vo/chat/GroupChatHmVO.java
View file @
33756edc
package
com
.
gic
.
haoban
.
manage
.
web
.
vo
.
chat
;
import
java.io.Serializable
;
import
java.util.List
;
/**
*
...
...
@@ -42,7 +41,20 @@ public class GroupChatHmVO implements Serializable {
private
Integer
statusFlag
;
// 可以群数
private
Integer
usableChatCount
;
private
String
useRemark
;
public
String
getUseRemark
()
{
return
useRemark
;
}
public
void
setUseRemark
(
String
useRemark
)
{
this
.
useRemark
=
useRemark
;
}
public
void
setName
(
String
name
)
{
this
.
name
=
name
;
}
public
Integer
getStatusFlag
()
{
return
statusFlag
;
}
...
...
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