This commit is contained in:
parent
0320057bc9
commit
3e895b4a7d
|
|
@ -297,6 +297,6 @@
|
|||
WHERE invite.`distribution_user_id` = #{distributionUserId}
|
||||
<if test="distributionLevelId != null">and dist.distribution_level_id = #{distributionLevelId}</if>
|
||||
<if test="shopUserId != null">and invite.shop_user_id = #{shopUserId}</if>
|
||||
ORDER BY tb_shop_user_invite.`invite_time` DESC
|
||||
ORDER BY invite.`invite_time` DESC
|
||||
</select>
|
||||
</mapper>
|
||||
|
|
|
|||
Loading…
Reference in New Issue