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