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