1.代客下单

This commit is contained in:
2024-08-27 09:11:55 +08:00
parent a1d0fa1a7f
commit f585a4f46a
7 changed files with 184 additions and 46 deletions

View File

@@ -242,6 +242,6 @@
and a.status = #{status}
</if>
GROUP BY a.id
order by a.`sort` asc
order by a.id desc
</select>
</mapper>