打印报错 fix

This commit is contained in:
2024-10-21 13:49:27 +08:00
parent b12f6ae823
commit 56cf10750d

View File

@@ -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) {