|
@@ -65,7 +65,7 @@ class ServiceOrderLogic extends BaseLogic
|
|
|
try {
|
|
try {
|
|
|
// 订单位置是否在服务区内
|
|
// 订单位置是否在服务区内
|
|
|
if(!self::isService($params)){
|
|
if(!self::isService($params)){
|
|
|
- throw new Exception('已超出服务区域!');
|
|
|
|
|
|
|
+ //throw new Exception('已超出服务区域!');
|
|
|
}
|
|
}
|
|
|
$goods = Goods::findOrEmpty($params['goods_id']);
|
|
$goods = Goods::findOrEmpty($params['goods_id']);
|
|
|
if($goods->isEmpty()){
|
|
if($goods->isEmpty()){
|