|
...
|
...
|
@@ -7,6 +7,7 @@ use App\Models\InquiryIP; |
|
|
|
use App\Models\Projects\InquiryInfo;
|
|
|
|
use App\Models\Projects\InquiryUser;
|
|
|
|
use Illuminate\Support\Facades\DB;
|
|
|
|
use Illuminate\Support\Facades\Log;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @remark :询盘中心
|
|
...
|
...
|
@@ -51,6 +52,7 @@ class InquiryInfoLogic extends BaseLogic |
|
|
|
*/
|
|
|
|
public function inquirySave(){
|
|
|
|
$xp_id = $this->model->insertGetId($this->param);
|
|
|
|
Log::info('info--------'.$xp_id,'debug--------------------2');
|
|
|
|
if(!$xp_id){
|
|
|
|
$this->fail('error');
|
|
|
|
}
|
...
|
...
|
|