Commit 4573e02b authored by zhoujun's avatar zhoujun

图片

parent 8b9ba646
......@@ -46,7 +46,7 @@ class UploadOOSImg extends Command
{
set_time_limit(0);
$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){
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