查询购物车限制时间

This commit is contained in:
2024-09-27 16:22:09 +08:00
parent 7bd4d05381
commit 3121ab5adb
2 changed files with 3 additions and 1 deletions

View File

@@ -215,7 +215,7 @@ public class TbPlaceController {
public void test(
@RequestParam Integer id
) {
rabbitMsgUtils.printTicket(String.valueOf(id));
rabbitMsgUtils.printDishesTicket(4951, false, 9783);
}