Commit 29de768e authored by hj's avatar hj

更新提交

parent 2869aea0
......@@ -74,6 +74,9 @@ class ChemSrcService
->offset($page * $limit)
->limit($limit)
->get()->toArray();
if (!$casList) {
break;
}
$waitSearchCasList = array_unique(array_column($casList, 'cas'));
$waitSearchCasListSort = array_column($casList, null, 'cas');
......
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 to comment