@@ -275,7 +275,7 @@ public class AppAppOrderServiceImpl extends ServiceImpl<AppOrderDao, TbOrder> im
* @return boolean
*/
private boolean isShopBusinessTime(Long shopId) {
- GoodsShop goodsShop = goodsShopDao.selectById(shopId);
+ GoodsShop goodsShop = shopMessageService.getShopInfoById(shopId);
if (goodsShop == null) {
throw new SqxException("无效的店铺id");
}