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
6ab222ee
Commit
6ab222ee
authored
Jun 19, 2025
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
操作日志
parent
beeb96ad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
21 deletions
+18
-21
HmLinkController.java
...gic/haoban/manage/web/controller/hm/HmLinkController.java
+18
-21
No files found.
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/controller/hm/HmLinkController.java
View file @
6ab222ee
...
@@ -227,6 +227,22 @@ public class HmLinkController {
...
@@ -227,6 +227,22 @@ public class HmLinkController {
if
(
null
!=
b
)
{
if
(
null
!=
b
)
{
content
.
append
(
b
);
content
.
append
(
b
);
}
}
String
oldChatRule
=
oldDTO
.
getChatStoreRule
();
if
(
null
==
oldChatRule
)
{
oldChatRule
=
""
;
}
String
newChatRule
=
newDTO
.
getChatStoreRule
();
if
(
null
==
newChatRule
)
{
newChatRule
=
""
;
}
String
s
=
null
;
logger
.
info
(
"{},{}"
,
oldChatRule
,
newChatRule
);
if
(!
oldChatRule
.
equals
(
newChatRule
))
{
String
oldName
=
this
.
getChatRuleName
(
oldChatRule
)
;
String
newName
=
this
.
getChatRuleName
(
newChatRule
)
;
s
=
String
.
format
(
"定向入群设置从【%s】修改为【%s】"
,
oldName
,
newName
)
;
content
.
append
(
s
)
;
}
// 其他群活码
// 其他群活码
String
c
=
null
;
String
c
=
null
;
if
(!
oldDTO
.
getOtherChatHmId
().
equals
(
newDTO
.
getOtherChatHmId
()))
{
if
(!
oldDTO
.
getOtherChatHmId
().
equals
(
newDTO
.
getOtherChatHmId
()))
{
...
@@ -263,7 +279,7 @@ public class HmLinkController {
...
@@ -263,7 +279,7 @@ public class HmLinkController {
d
=
sb
.
toString
();
d
=
sb
.
toString
();
content
.
append
(
d
);
content
.
append
(
d
);
}
}
if
(
org
.
apache
.
commons
.
lang3
.
StringUtils
.
isAllBlank
(
a
,
b
,
c
,
d
))
{
if
(
org
.
apache
.
commons
.
lang3
.
StringUtils
.
isAllBlank
(
a
,
b
,
c
,
d
,
s
))
{
return
null
;
return
null
;
}
}
StringBuilder
sb
=
new
StringBuilder
(
"编辑引流链接"
).
append
(
"【"
).
append
(
oldDTO
.
getLinkCode
()).
append
(
"-"
)
StringBuilder
sb
=
new
StringBuilder
(
"编辑引流链接"
).
append
(
"【"
).
append
(
oldDTO
.
getLinkCode
()).
append
(
"-"
)
...
@@ -311,25 +327,6 @@ public class HmLinkController {
...
@@ -311,25 +327,6 @@ public class HmLinkController {
if
(
null
!=
b
)
{
if
(
null
!=
b
)
{
content
.
append
(
b
);
content
.
append
(
b
);
}
}
String
oldChatRule
=
oldDTO
.
getChatStoreRule
();
if
(
null
==
oldChatRule
)
{
oldChatRule
=
""
;
}
String
newChatRule
=
newDTO
.
getChatStoreRule
();
if
(
null
==
newChatRule
)
{
newChatRule
=
""
;
}
String
s
=
null
;
logger
.
info
(
"{},{}"
,
oldChatRule
,
newChatRule
);
if
(!
oldChatRule
.
equals
(
newChatRule
))
{
String
oldName
=
this
.
getChatRuleName
(
oldChatRule
)
;
String
newName
=
this
.
getChatRuleName
(
newChatRule
)
;
s
=
String
.
format
(
"定向入群设置从【%s】修改为【%s】"
,
oldName
,
newName
)
;
content
.
append
(
s
)
;
}
String
c
=
comp
(
wxEnterpriseId
,
enterpriseId
,
"分配规则"
,
oldDTO
.
getStoreRuleJson
(),
newDTO
.
getStoreRuleJson
(),
3
);
String
c
=
comp
(
wxEnterpriseId
,
enterpriseId
,
"分配规则"
,
oldDTO
.
getStoreRuleJson
(),
newDTO
.
getStoreRuleJson
(),
3
);
if
(
null
!=
c
)
{
if
(
null
!=
c
)
{
content
.
append
(
c
);
content
.
append
(
c
);
...
@@ -347,7 +344,7 @@ public class HmLinkController {
...
@@ -347,7 +344,7 @@ public class HmLinkController {
if
(
null
!=
f
)
{
if
(
null
!=
f
)
{
content
.
append
(
f
);
content
.
append
(
f
);
}
}
if
(
org
.
apache
.
commons
.
lang3
.
StringUtils
.
isAllBlank
(
a
,
b
,
c
,
d
,
e
,
f
,
s
))
{
if
(
org
.
apache
.
commons
.
lang3
.
StringUtils
.
isAllBlank
(
a
,
b
,
c
,
d
,
e
,
f
))
{
return
null
;
return
null
;
}
}
StringBuilder
sb
=
new
StringBuilder
(
"编辑引流链接"
).
append
(
"【"
).
append
(
oldDTO
.
getLinkCode
()).
append
(
"-"
)
StringBuilder
sb
=
new
StringBuilder
(
"编辑引流链接"
).
append
(
"【"
).
append
(
oldDTO
.
getLinkCode
()).
append
(
"-"
)
...
...
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