소스 검색

寄售转让列表

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