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
a23198f9
Commit
a23198f9
authored
Oct 21, 2024
by
xiongjiangtao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
导出修改
parent
22ec842d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
GroupChatActivityDataController.java
.../web/controller/chat/GroupChatActivityDataController.java
+4
-6
GroupChatActivityInviteLogExportVO.java
...anage/web/vo/chat/GroupChatActivityInviteLogExportVO.java
+1
-0
GroupChatActivityInviteLogVO.java
...oban/manage/web/vo/chat/GroupChatActivityInviteLogVO.java
+1
-0
No files found.
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/controller/chat/GroupChatActivityDataController.java
View file @
a23198f9
...
...
@@ -250,9 +250,6 @@ public class GroupChatActivityDataController {
fieldList
.
add
(
"phoneNumber"
);
indexList
.
add
(
"邀请人手机号"
);
fieldList
.
add
(
"inviteeName"
);
indexList
.
add
(
"受邀人姓名"
);
fieldList
.
add
(
"inviteeNum"
);
indexList
.
add
(
"邀请进群人数"
);
...
...
@@ -270,7 +267,6 @@ public class GroupChatActivityDataController {
if
(
isSettingGrowth
)
{
fieldList
.
add
(
"growCnt"
);
indexList
.
add
(
"奖励成长值"
);
}
if
(
isSettingCoupon
)
{
...
...
@@ -480,20 +476,22 @@ public class GroupChatActivityDataController {
fieldList
.
add
(
"phoneNumber"
);
indexList
.
add
(
"客户手机号"
);
fieldList
.
add
(
"rewardInvite"
);
fieldList
.
add
(
"rewardInvite
Type
"
);
indexList
.
add
(
"奖励类型"
);
fieldList
.
add
(
"inviteLevel"
);
fieldList
.
add
(
"inviteLevel
Type
"
);
indexList
.
add
(
"奖励说明"
);
if
(
isSettingIntegral
)
{
fieldList
.
add
(
"integral"
);
indexList
.
add
(
"奖励积分"
);
}
if
(
isSettingGrowth
)
{
fieldList
.
add
(
"growth"
);
indexList
.
add
(
"奖励成长值"
);
}
if
(
isSettingCoupon
)
{
fieldList
.
add
(
"cardInfo"
);
indexList
.
add
(
"奖励卡券"
);
...
...
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/vo/chat/GroupChatActivityInviteLogExportVO.java
View file @
a23198f9
...
...
@@ -45,6 +45,7 @@ public class GroupChatActivityInviteLogExportVO implements Serializable {
/**
* 受邀人手机号
*/
@JsonSerialize
(
using
=
PhoneNumberJsonSeralizer
.
class
)
private
String
inviteePhoneNumber
;
/**
...
...
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/vo/chat/GroupChatActivityInviteLogVO.java
View file @
a23198f9
...
...
@@ -45,6 +45,7 @@ public class GroupChatActivityInviteLogVO implements Serializable {
/**
* 受邀人会员手机
*/
@JsonSerialize
(
using
=
PhoneNumberJsonSeralizer
.
class
)
private
String
inviteePhoneNumber
;
/**
...
...
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