排序
This commit is contained in:
@@ -275,6 +275,6 @@
|
||||
left join mk_distribution_user dist on user.id = dist.id
|
||||
WHERE user.`distribution_user_id` = #{distributionUserId}
|
||||
<if test="shopUserId != null">and user.id = #{shopUserId}</if>
|
||||
ORDER BY `create_time` DESC
|
||||
ORDER BY user.`create_time` DESC
|
||||
</select>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user