邀请人列表
This commit is contained in:
@@ -276,6 +276,7 @@
|
|||||||
WHERE invite.`parent_user_id` = #{distributionUserId} and invite.shop_id = #{shopId}
|
WHERE invite.`parent_user_id` = #{distributionUserId} and invite.shop_id = #{shopId}
|
||||||
<if test="distributionLevelId != null">and dist.distribution_level_id = #{distributionLevelId}</if>
|
<if test="distributionLevelId != null">and dist.distribution_level_id = #{distributionLevelId}</if>
|
||||||
<if test="shopUserId != null">and invite.id = #{shopUserId}</if>
|
<if test="shopUserId != null">and invite.id = #{shopUserId}</if>
|
||||||
|
GROUP BY invite.id
|
||||||
ORDER BY invite.`invite_time` DESC
|
ORDER BY invite.`invite_time` DESC
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|||||||
Reference in New Issue
Block a user