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
a222fa10
Commit
a222fa10
authored
Dec 19, 2022
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
日志
parent
f2c36d62
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
GroupChatController.java
...aoban/manage/web/controller/chat/GroupChatController.java
+2
-2
GroupChatHmController.java
...ban/manage/web/controller/chat/GroupChatHmController.java
+3
-3
No files found.
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/controller/chat/GroupChatController.java
View file @
a222fa10
...
...
@@ -72,7 +72,7 @@ public class GroupChatController {
* @throws
*/
@RequestMapping
(
"set-gic-enterprise"
)
@GicLogRecord
(
value
=
"${#logValue}"
,
category
=
GicLogRecordCategoryEnum
.
H
UOMA
,
optType
=
GicLogRecordOptTypeEnum
.
HM_LINK_ADD
,
userFunc
=
LogRecordUserServiceImpl
.
class
,
optPage
=
"客户群列表-客户群认领"
)
@GicLogRecord
(
value
=
"${#logValue}"
,
category
=
GicLogRecordCategoryEnum
.
H
B_CHAT
,
optType
=
GicLogRecordOptTypeEnum
.
HB_1001_02
,
userFunc
=
LogRecordUserServiceImpl
.
class
,
optPage
=
"客户群列表-客户群认领"
)
public
RestResponse
<
Object
>
save
(
@RequestBody
GroupChatSearchQDTO
qdto
)
{
List
<
Long
>
groupChatIdList
=
qdto
.
getGroupChatIdList
();
if
(
CollectionUtils
.
isEmpty
(
groupChatIdList
))
{
...
...
@@ -170,7 +170,7 @@ public class GroupChatController {
}
@RequestMapping
(
"transfer"
)
@GicLogRecord
(
value
=
"${#logValue}"
,
category
=
GicLogRecordCategoryEnum
.
H
UOMA
,
optType
=
GicLogRecordOptTypeEnum
.
HM_LINK_ADD
,
userFunc
=
LogRecordUserServiceImpl
.
class
,
optPage
=
"客户群列表"
)
@GicLogRecord
(
value
=
"${#logValue}"
,
category
=
GicLogRecordCategoryEnum
.
H
B_CHAT
,
optType
=
GicLogRecordOptTypeEnum
.
HB_1001_01
,
userFunc
=
LogRecordUserServiceImpl
.
class
,
optPage
=
"客户群列表"
)
public
RestResponse
<
Object
>
transfer
(
String
staffId
,
String
groupChatIdList
)
{
if
(
StringUtils
.
isEmpty
(
staffId
))
{
return
RestResponse
.
failure
(
"1"
,
"请选择继承的群主"
);
...
...
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/controller/chat/GroupChatHmController.java
View file @
a222fa10
...
...
@@ -76,7 +76,7 @@ public class GroupChatHmController {
private
DownloadReportService
downloadReportService
;
@RequestMapping
(
"add"
)
@GicLogRecord
(
value
=
"${#logValue}"
,
category
=
GicLogRecordCategoryEnum
.
H
UOMA
,
optType
=
GicLogRecordOptTypeEnum
.
HM_LINK_ADD
,
userFunc
=
LogRecordUserServiceImpl
.
class
,
optPage
=
"客户群列表
"
)
@GicLogRecord
(
value
=
"${#logValue}"
,
category
=
GicLogRecordCategoryEnum
.
H
B_QHM
,
optType
=
GicLogRecordOptTypeEnum
.
HB_1002_01
,
userFunc
=
LogRecordUserServiceImpl
.
class
,
optPage
=
"群活码-新建活码
"
)
public
RestResponse
<
Object
>
save
(
@RequestBody
GroupChatHmDTO
dto
)
{
if
(
CollectionUtils
.
isEmpty
(
dto
.
getChatIdList
()))
{
return
RestResponse
.
failure
(
"1"
,
"请选择加入的群"
);
...
...
@@ -99,7 +99,7 @@ public class GroupChatHmController {
}
@RequestMapping
(
"update"
)
@GicLogRecord
(
value
=
"${#logValue}"
,
category
=
GicLogRecordCategoryEnum
.
H
UOMA
,
optType
=
GicLogRecordOptTypeEnum
.
HM_LINK_ADD
,
userFunc
=
LogRecordUserServiceImpl
.
class
,
optPage
=
"客户群列表
"
)
@GicLogRecord
(
value
=
"${#logValue}"
,
category
=
GicLogRecordCategoryEnum
.
H
B_QHM
,
optType
=
GicLogRecordOptTypeEnum
.
HB_1002_02
,
userFunc
=
LogRecordUserServiceImpl
.
class
,
optPage
=
"群活码-编辑活码
"
)
public
RestResponse
<
Object
>
update
(
@RequestBody
GroupChatHmDTO
dto
)
{
if
(
CollectionUtils
.
isEmpty
(
dto
.
getChatIdList
()))
{
return
RestResponse
.
failure
(
"1"
,
"请选择加入的群"
);
...
...
@@ -164,7 +164,7 @@ public class GroupChatHmController {
* @throws
*/
@RequestMapping
(
"discard"
)
@GicLogRecord
(
value
=
"${#logValue}"
,
category
=
GicLogRecordCategoryEnum
.
H
UOMA
,
optType
=
GicLogRecordOptTypeEnum
.
HM_LINK_ADD
,
userFunc
=
LogRecordUserServiceImpl
.
class
,
optPage
=
"客户群列表
"
)
@GicLogRecord
(
value
=
"${#logValue}"
,
category
=
GicLogRecordCategoryEnum
.
H
B_QHM
,
optType
=
GicLogRecordOptTypeEnum
.
HB_1002_03
,
userFunc
=
LogRecordUserServiceImpl
.
class
,
optPage
=
"群活码
"
)
public
RestResponse
<
Object
>
discard
(
Long
chatHmId
)
{
if
(
null
==
chatHmId
)
{
return
RestResponse
.
failure
(
"1"
,
"群活码ID空"
);
...
...
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