소스 검색

一些功能

Kirin 3 년 전
부모
커밋
cd58c5cc04
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/models/store/StoreExchange.php

+ 1 - 1
app/models/store/StoreExchange.php

@@ -73,7 +73,7 @@ class StoreExchange extends BaseModel
      * @param string $field
      * @return array
      */
-    public static function getListAll($offset = 0, $limit = 10, $field = 'id,product_id,image,title,price,ot_price,start_time,stop_time,stock,sales')
+    public static function getListAll($offset = 0, $limit = 10, $field = 'id,product_id,image,title,price,ot_price,stock,sales')
     {
         $model = self::where('is_del', 0)->where('status', 1)->where('stock', '>', 0)->field($field)
             ->order('sort DESC,add_time DESC');