Commit 9a6823b5 by 杨树贤

最近审核时间

parent a803dd71
Showing with 2 additions and 4 deletions
......@@ -19,8 +19,7 @@ class SkuUploadItemService
'sku_id',
'audit_user',
'audit_time',
])->where('audit_user', '!=', 0)->get();
])->where('audit_time', '!=', 0)->get();
$auditData = $auditData ? $auditData->toArray() : [];
$data = $userIds = [];
foreach ($auditData as $key => $value) {
......@@ -38,4 +37,4 @@ class SkuUploadItemService
return $data;
}
}
\ No newline at end of file
}
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