Explorar o código

up - 临时放开距离限制

liugc hai 1 ano
pai
achega
5be087ea46
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/api/logic/ServiceOrderLogic.php

+ 1 - 1
app/api/logic/ServiceOrderLogic.php

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