上下级关系2

This commit is contained in:
2026-01-31 15:00:46 +08:00
parent 36ab1ae3c2
commit 76567aef53
2 changed files with 2 additions and 2 deletions

View File

@@ -276,6 +276,6 @@
WHERE invite.`parent_user_id` = #{distributionUserId}
<if test="distributionLevelId != null">and dist.distribution_level_id = #{distributionLevelId}</if>
<if test="shopUserId != null">and invite.id = #{shopUserId}</if>
ORDER BY u.`invite_time` DESC
ORDER BY invite.`invite_time` DESC
</select>
</mapper>