ソースを参照

寄售转让列表

afa 7 ヶ月 前
コミット
8f59741d7b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      application/api/controller/Product.php

+ 1 - 1
application/api/controller/Product.php

@@ -115,7 +115,7 @@ class Product extends Api
             ->where($map)
             ->order($order)
             ->paginate($this->pageSize);
-
+        //统计
         $list = $this->getProductOrderList($list, $this->auth->id, false, $orderLogic);
         $this->success('', $list);
     }