Commit a39f189a by 杨树贤

创建时间

parent c81a5cb3
Showing with 3 additions and 4 deletions
...@@ -396,10 +396,9 @@ class DataService ...@@ -396,10 +396,9 @@ class DataService
} }
$lastTimestamp = $createTimestamp; $lastTimestamp = $createTimestamp;
dump(date('Y-m-d H:i:s',$createTimestamp)); dump(date('Y-m-d H:i:s',$createTimestamp));
dd(123); SupplierAccountModel::where('id', $account['id'])->update([
// SupplierAccountModel::where('id', $account['id'])->update([ 'create_time' => $createTimestamp
// 'create_time' => $createTimestamp ]);
// ]);
} }
} }
} }
......
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