打印报错 fix
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user