台桌排序

分享绑定
This commit is contained in:
2026-01-20 10:19:33 +08:00
parent 6b3fb08036
commit 3e42b534e0
2 changed files with 15 additions and 5 deletions

View File

@@ -27,7 +27,7 @@
and a.table_code is not null
</if>
group by a.id
ORDER BY a.create_time
ORDER BY a.area_id,a.id
</select>
</mapper>