1.排队取号 取号返回取号信息

This commit is contained in:
2024-09-23 16:58:23 +08:00
parent 7b996aff93
commit 715c661a4e

View File

@@ -106,7 +106,7 @@ public class TbCallServiceImpl implements TbCallService {
boolean save = callQueueService.save(callQueue);
// 打印排号票信息
mQUtils.printCallNumTicket(callQueue.getId(), callQueue.getShopId());
return save;
return callQueue;
}
@Override