1.排队取号 取号校验手机号
This commit is contained in:
@@ -102,9 +102,7 @@ public class TbCallServiceImpl implements TbCallService {
|
||||
callQueue.setCreateDay(DateUtil.today());
|
||||
boolean save = callQueueService.save(callQueue);
|
||||
// 打印排号票信息
|
||||
if (save) {
|
||||
mQUtils.printCallNumTicket(callQueue.getId(), callQueue.getShopId());
|
||||
}
|
||||
mQUtils.printCallNumTicket(callQueue.getId(), callQueue.getShopId());
|
||||
return save;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user