正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -7,6 +7,7 @@ use App\Models\InquiryIP; | @@ -7,6 +7,7 @@ use App\Models\InquiryIP; | ||
| 7 | use App\Models\Projects\InquiryInfo; | 7 | use App\Models\Projects\InquiryInfo; |
| 8 | use App\Models\Projects\InquiryUser; | 8 | use App\Models\Projects\InquiryUser; |
| 9 | use Illuminate\Support\Facades\DB; | 9 | use Illuminate\Support\Facades\DB; |
| 10 | +use Illuminate\Support\Facades\Log; | ||
| 10 | 11 | ||
| 11 | /** | 12 | /** |
| 12 | * @remark :询盘中心 | 13 | * @remark :询盘中心 |
| @@ -51,6 +52,7 @@ class InquiryInfoLogic extends BaseLogic | @@ -51,6 +52,7 @@ class InquiryInfoLogic extends BaseLogic | ||
| 51 | */ | 52 | */ |
| 52 | public function inquirySave(){ | 53 | public function inquirySave(){ |
| 53 | $xp_id = $this->model->insertGetId($this->param); | 54 | $xp_id = $this->model->insertGetId($this->param); |
| 55 | + Log::info('info--------'.$xp_id,'debug--------------------2'); | ||
| 54 | if(!$xp_id){ | 56 | if(!$xp_id){ |
| 55 | $this->fail('error'); | 57 | $this->fail('error'); |
| 56 | } | 58 | } |
-
请 注册 或 登录 后发表评论