1.代客下单 打印菜品小票,以及结算小票

This commit is contained in:
2024-08-26 15:14:57 +08:00
parent b0f62d3dad
commit 6f93900c2a
2 changed files with 11 additions and 1 deletions

View File

@@ -241,7 +241,7 @@
<if test="status != null and status !=''">
and a.status = #{status}
</if>
GROUP BY a.qrcode
GROUP BY a.id
order by a.`sort` asc
</select>
</mapper>