Commit 916693e3 authored by hangjun83's avatar hangjun83

更新

parent 4fc83a76
......@@ -152,12 +152,12 @@ class BideService
$dbConnect->commit();
SimpleLogs::writeLog('Bide p_id : '.$id.' cas : '.$chemicalsRow->c_cas. ' 更新成功,更新时间:'.date('Y-m-d H:i:s',time()),__CLASS__.':storeBjsProducts');
SimpleLogs::writeLog('Bide p_id : '.$id.' cas : '.$chemicalsRow->c_cas. ' 更新成功,更新时间:'.date('Y-m-d H:i:s',time()),__CLASS__.':storeBideProducts');
return true;
}catch(\Exception $exception){
SimpleLogs::writeLog($exception->getMessage(),__CLASS__.':storeBjsProducts', 'error');
SimpleLogs::writeLog($exception->getMessage(),__CLASS__.':storeBideProducts', 'error');
$dbConnect->rollback();
throw $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