Commit 8d6db552 by 杨树贤

修复

parent a1386139
Showing with 1 additions and 1 deletions
...@@ -36,7 +36,7 @@ class SyncAllSupplierToErp extends Command ...@@ -36,7 +36,7 @@ class SyncAllSupplierToErp extends Command
public function handle() public function handle()
{ {
ini_set('memory_limit', -1); ini_set('memory_limit', -1);
$supplierIds = SupplierChannelModel::where('is_type', 0)->where('group_code','!=','') $supplierIds = SupplierChannelModel::where('is_type', 0)->where('group_code','!=','')->where('create_time','>',1723132800)
->pluck('supplier_id')->toArray(); ->pluck('supplier_id')->toArray();
$conn = new AMQPStreamConnection(config('database.connections.rabbitmq.host'), $conn = new AMQPStreamConnection(config('database.connections.rabbitmq.host'),
config('database.connections.rabbitmq.port'), config('database.connections.rabbitmq.port'),
......
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 sign in to comment