瀏覽代碼

wesmiler 抢表商城

APPLE 3 年之前
父節點
當前提交
3e11dd32f4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Services/Common/TradeService.php

+ 1 - 1
app/Services/Common/TradeService.php

@@ -93,7 +93,7 @@ class TradeService extends BaseService
             ->where($where)
             ->where('a.status','>', 0)
             ->where(function($query) use($type){
-                if($type == 1){
+                if($type == 1 || $type == 3){
                     $query->where('create_time','>=', strtotime(date('Y-m-d')));
                 }
             })