Commit ec1b4302 authored by hj's avatar hj

更新提交

parent b28e06d5
......@@ -54,7 +54,7 @@ class ChemSrcService
SimpleLogs::writeLog(['cas' => $cas, 'content' => json_encode($wuhuaList, JSON_UNESCAPED_UNICODE)], 'mysql_data_insert');
}
}
sleep(5);
sleep(3);
return true;
}
}catch(\Throwable $exception){
......
......@@ -77,7 +77,7 @@ class ZhenKhService
}
$result = $this->zhenKhOrderService->updateSyncRunTime($goods->zg_id);
if($result){
SimpleLogs::writeLog($goods['zg_sku'].'的价格和库存上报完成。完成时间:'.date('Y-m-d H:i:s',time()),__CLASS__.':consumerUpdateReportPriceAndStock');
SimpleLogs::writeLog($goods->zg_sku.'的价格和库存上报完成。完成时间:'.date('Y-m-d H:i:s',time()),__CLASS__.':consumerUpdateReportPriceAndStock');
}
}catch (\Throwable $exception) {
......
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