Commit 34773643 by xiongjiangtao

邀请信息

parent c29ccf13
......@@ -27,7 +27,7 @@ public interface GroupChatActivityInviteLogService {
List<GroupChatActivityInviteLogDTO> queryMaxBatchInviteLog(GroupChatActivityInviteLogQDTO groupChatActivityInviteLogQDTO);
/**
* 查询奖励明细
* 查询邀请明细
*
* @param inviteLogQDTO
* @return
......
......@@ -167,7 +167,7 @@
<if test="chatActivityId != null">
and chat_activity_id = #{chatActivityId}
</if>
<if test="inviterMemberId != null">
<if test="inviterMemberId != null and inviterMemberId != ''">
and inviter_member_id = #{inviterMemberId}
</if>
<if test="batchNumber != null">
......
......@@ -54,7 +54,7 @@ public class GroupChatInviteActivityTest {
public void queryRewardLogDetails(){
GroupChatActivityRewardLogQDTO inviteLogQDTO = new GroupChatActivityRewardLogQDTO();
inviteLogQDTO.setEnterpriseId("ff8080815dacd3a2015dacd3ef5c0000");
inviteLogQDTO.setChatActivityId(716721754221821953L);
inviteLogQDTO.setChatActivityId(719939940078608608L);
inviteLogQDTO.setMemberId("ff808081906def5201907645bfc7005a");
ServiceResponse<Page<GroupChatActivityRewardLogDTO>> listServiceResponse = groupChatActivityLogApiService.queryRewardLogDetails(inviteLogQDTO);
System.out.println(listServiceResponse.getResult());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment