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