Browse Source

批发-调试

ouyang 2 weeks ago
parent
commit
a8973ae814
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app-ghs/controllers/OrderController.php

+ 1 - 0
app-ghs/controllers/OrderController.php

@@ -2703,6 +2703,7 @@ class OrderController extends BaseController
      */
     public function actionPrintLog()
     {
+
         $id = intval(Yii::$app->request->get('id', 0));
         if ($id <= 0) {
             util::fail('订单id不对');