Explorar el Código

零售端采购运费返回0

林琦海 hace 5 años
padre
commit
b7bf99b538
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      app-hd/controllers/PurchaseController.php

+ 2 - 0
app-hd/controllers/PurchaseController.php

@@ -273,6 +273,8 @@ class PurchaseController extends BaseController
     //运费计算  linqh 2021.4.12  暂时返回固定值
     public function actionFreight()
     {
+        //linqh 2021.6.25 运费固定返回0
+        util::success(['sedCost' =>0]);
         $post = Yii::$app->request->post();
         $ghsId = $post['ghsId'] ?? 0;
         //供应商