作者 张关杰

Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6 into develop

... ... @@ -52,7 +52,7 @@ class InquiryInfoLogic extends BaseLogic
*/
public function inquirySave(){
$xp_id = $this->model->insertGetId($this->param);
Log::info('info--------'.$xp_id);
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($xp_id, true) . PHP_EOL, FILE_APPEND);
if(!$xp_id){
$this->fail('error');
}
... ...