Commit 9a6823b5 by 杨树贤

最近审核时间

parent a803dd71
Showing with 1 additions and 2 deletions
...@@ -19,8 +19,7 @@ class SkuUploadItemService ...@@ -19,8 +19,7 @@ class SkuUploadItemService
'sku_id', 'sku_id',
'audit_user', 'audit_user',
'audit_time', 'audit_time',
])->where('audit_user', '!=', 0)->get(); ])->where('audit_time', '!=', 0)->get();
$auditData = $auditData ? $auditData->toArray() : []; $auditData = $auditData ? $auditData->toArray() : [];
$data = $userIds = []; $data = $userIds = [];
foreach ($auditData as $key => $value) { foreach ($auditData as $key => $value) {
......
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