|
|
@@ -790,7 +790,7 @@ class OrderPackageCommoditiesService
|
|
|
$inner_array = array_chunk($create_params,1000);
|
|
|
foreach ($inner_array as $item) {
|
|
|
$bool = $this->insert($item);
|
|
|
- LogService::log(__METHOD__,__FUNCTION__,'批量添加 orderCommodity --'. $bool ." || ".count($create_params).' || '.json_encode($create_params));
|
|
|
+ LogService::log(__METHOD__,__FUNCTION__,'批量添加 orderCommodity --'. $bool ." || ".count($item).' || '.json_encode($create_params));
|
|
|
}
|
|
|
} catch (\Exception $e) {
|
|
|
LogService::log(__METHOD__,__FUNCTION__.'error','批量添加 orderCommodity error'." || ".count($create_params).' || '.json_encode($create_params));
|