From a8c4097821a910b5884ada5a7f391c4db70d0de3 Mon Sep 17 00:00:00 2001 From: SongZhang <2064194730@qq.com> Date: Fri, 18 Oct 2024 13:51:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E5=8F=B7=E6=B2=A1=E6=9C=89=E6=A1=8C?= =?UTF-8?q?=E5=9E=8B=E5=A4=87=E6=B3=A8fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/cashierservice/service/impl/TbCallServiceImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/chaozhanggui/system/cashierservice/service/impl/TbCallServiceImpl.java b/src/main/java/com/chaozhanggui/system/cashierservice/service/impl/TbCallServiceImpl.java index dc0f85c..11b865c 100644 --- a/src/main/java/com/chaozhanggui/system/cashierservice/service/impl/TbCallServiceImpl.java +++ b/src/main/java/com/chaozhanggui/system/cashierservice/service/impl/TbCallServiceImpl.java @@ -113,6 +113,7 @@ public class TbCallServiceImpl implements TbCallService { callQueue.setShopName(shopInfo.getShopName()); callQueue.setCallNum(getCallNumber(takeNumberDTO.getShopId(), callTable)); callQueue.setCreateDay(DateUtil.date().toString("yyyy-MM-dd")); + callQueue.setNote(callTable.getNote()); boolean save = callQueueService.save(callQueue); // 打印排号票信息 mQUtils.printCallNumTicket(callQueue.getId(), callQueue.getShopId());