afa 6 сар өмнө
parent
commit
8f59741d7b

+ 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);
     }