Commit 7d92a019 authored by liyadong's avatar liyadong

Merge branch 'test' of http://gitlab.cccwangluo.com/zhoujun/uc_card into test

parents 81138c8a 4573e02b
...@@ -46,7 +46,7 @@ class UploadOOSImg extends Command ...@@ -46,7 +46,7 @@ class UploadOOSImg extends Command
{ {
set_time_limit(0); set_time_limit(0);
$this->line('开始'); $this->line('开始');
$imgs = WxUserImg::where('is_upload', 0)->where('status',1)->select('id','loacl_url','img_url','is_upload')->limit(100)->get(); $imgs = WxUserImg::where('is_upload', 0)->where('status',1)->select('id','loacl_url','img_url','is_upload')->limit(300)->get();
foreach($imgs as $img){ foreach($imgs as $img){
if($img->loacl_url != ''){ if($img->loacl_url != ''){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment