打印报错 fix

This commit is contained in:
SongZhang 2024-10-21 13:49:27 +08:00
parent b12f6ae823
commit 56cf10750d
1 changed files with 1 additions and 1 deletions

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