1.排队取号 取号返回取号信息
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user