Commit b95e6a4a authored by hangjun83's avatar hangjun83

更新

parent e5d98daf
......@@ -205,6 +205,7 @@ class WuxiLabService
*/
public function processProductsUpdateThroughtExcel($params)
{
ini_set('memory_limit','3072M');
if(!isset($params['products']) || empty($params['products'])){
return false;
}
......@@ -236,7 +237,6 @@ class WuxiLabService
$current_length += $slice_array_length;
}
ini_set('memory_limit','3072M');
$path = app(WuxiLabExport::class)->saveExcel(
['rawList' => $rawsList,'packageList' => $newPackages],
$params['type']
......
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