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
34773643
Commit
34773643
authored
Oct 21, 2024
by
xiongjiangtao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
邀请信息
parent
c29ccf13
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
GroupChatActivityInviteLogService.java
...rvice/service/chat/GroupChatActivityInviteLogService.java
+1
-1
GroupChatActivityInviteLogMapper.xml
...esources/mapper/chat/GroupChatActivityInviteLogMapper.xml
+1
-1
GroupChatInviteActivityTest.java
...e3-service/src/test/java/GroupChatInviteActivityTest.java
+1
-1
No files found.
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/chat/GroupChatActivityInviteLogService.java
View file @
34773643
...
@@ -27,7 +27,7 @@ public interface GroupChatActivityInviteLogService {
...
@@ -27,7 +27,7 @@ public interface GroupChatActivityInviteLogService {
List
<
GroupChatActivityInviteLogDTO
>
queryMaxBatchInviteLog
(
GroupChatActivityInviteLogQDTO
groupChatActivityInviteLogQDTO
);
List
<
GroupChatActivityInviteLogDTO
>
queryMaxBatchInviteLog
(
GroupChatActivityInviteLogQDTO
groupChatActivityInviteLogQDTO
);
/**
/**
* 查询
奖励
明细
* 查询
邀请
明细
*
*
* @param inviteLogQDTO
* @param inviteLogQDTO
* @return
* @return
...
...
haoban-manage3-service/src/main/resources/mapper/chat/GroupChatActivityInviteLogMapper.xml
View file @
34773643
...
@@ -167,7 +167,7 @@
...
@@ -167,7 +167,7 @@
<if
test=
"chatActivityId != null"
>
<if
test=
"chatActivityId != null"
>
and chat_activity_id = #{chatActivityId}
and chat_activity_id = #{chatActivityId}
</if>
</if>
<if
test=
"inviterMemberId != null"
>
<if
test=
"inviterMemberId != null
and inviterMemberId != ''
"
>
and inviter_member_id = #{inviterMemberId}
and inviter_member_id = #{inviterMemberId}
</if>
</if>
<if
test=
"batchNumber != null"
>
<if
test=
"batchNumber != null"
>
...
...
haoban-manage3-service/src/test/java/GroupChatInviteActivityTest.java
View file @
34773643
...
@@ -54,7 +54,7 @@ public class GroupChatInviteActivityTest {
...
@@ -54,7 +54,7 @@ public class GroupChatInviteActivityTest {
public
void
queryRewardLogDetails
(){
public
void
queryRewardLogDetails
(){
GroupChatActivityRewardLogQDTO
inviteLogQDTO
=
new
GroupChatActivityRewardLogQDTO
();
GroupChatActivityRewardLogQDTO
inviteLogQDTO
=
new
GroupChatActivityRewardLogQDTO
();
inviteLogQDTO
.
setEnterpriseId
(
"ff8080815dacd3a2015dacd3ef5c0000"
);
inviteLogQDTO
.
setEnterpriseId
(
"ff8080815dacd3a2015dacd3ef5c0000"
);
inviteLogQDTO
.
setChatActivityId
(
71
6721754221821953
L
);
inviteLogQDTO
.
setChatActivityId
(
71
9939940078608608
L
);
inviteLogQDTO
.
setMemberId
(
"ff808081906def5201907645bfc7005a"
);
inviteLogQDTO
.
setMemberId
(
"ff808081906def5201907645bfc7005a"
);
ServiceResponse
<
Page
<
GroupChatActivityRewardLogDTO
>>
listServiceResponse
=
groupChatActivityLogApiService
.
queryRewardLogDetails
(
inviteLogQDTO
);
ServiceResponse
<
Page
<
GroupChatActivityRewardLogDTO
>>
listServiceResponse
=
groupChatActivityLogApiService
.
queryRewardLogDetails
(
inviteLogQDTO
);
System
.
out
.
println
(
listServiceResponse
.
getResult
());
System
.
out
.
println
(
listServiceResponse
.
getResult
());
...
...
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