打印报错 fix
This commit is contained in:
parent
b12f6ae823
commit
56cf10750d
|
|
@ -1839,7 +1839,7 @@ public class TbShopTableServiceImpl implements TbShopTableService {
|
|||
|
||||
@Override
|
||||
public Object printOrder(BaseTableDTO baseTableDTO) {
|
||||
ShopEatTypeInfoDTO shopEatTypeInfoDTO = checkEatModel(baseTableDTO.getTableId(), baseTableDTO.getTableId());
|
||||
ShopEatTypeInfoDTO shopEatTypeInfoDTO = checkEatModel(baseTableDTO.getShopId(), baseTableDTO.getTableId());
|
||||
|
||||
Integer currentOrderId = getCurrentOrderId(shopEatTypeInfoDTO);
|
||||
if (currentOrderId == null) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue