Commit 34773643 by xiongjiangtao

邀请信息

parent c29ccf13
...@@ -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
......
...@@ -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">
......
...@@ -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(716721754221821953L); inviteLogQDTO.setChatActivityId(719939940078608608L);
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());
......
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