update entity map
This commit is contained in:
@@ -33,7 +33,7 @@ class AppMessageQueuePushTmall extends HyperfCommand
|
||||
// 从 raw 数据库连接获取数据
|
||||
$orders = Db::connection('raw')
|
||||
->table('wpic_taobao_order')->orderBy('id', 'desc')
|
||||
->limit(10)->get('order_raw')->lazy();
|
||||
->limit(4)->get('order_raw')->lazy();
|
||||
|
||||
// dump($orders->first());
|
||||
// return;
|
||||
|
||||
Reference in New Issue
Block a user