|
...
|
...
|
@@ -41,7 +41,7 @@ class SyncChinaLog extends Command |
|
|
|
|
|
|
|
public function handle()
|
|
|
|
{
|
|
|
|
$list = DB::connection('mysql_sh')->table('gl_sync_submit_task')->where('status', 0)->limit(30)->get();
|
|
|
|
$list = DB::connection('mysql_sh')->table('gl_sync_submit_task')->where('status', 0)->limit(20)->get();
|
|
|
|
$insert = [];
|
|
|
|
$ids = [];
|
|
|
|
foreach ($list as $item) {
|
...
|
...
|
|