1.代客下单 打印菜品小票,以及结算小票
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user