Commit ff62fc3c by 赵增煜

log

parent 3ca29351
......@@ -23,7 +23,7 @@ public function InquirytList(Request $request)
$drug_ids_str = trim($drug_ids_str, '[]');
$drug_ids = explode(',', $drug_ids_str);
if ($drug_ids) {
Log::info('drug_ids=>'.$drug_ids.'===>'.gettype($drug_ids));
Log::info('drug_ids=>'.json_encode($drug_ids).'===>'.gettype($drug_ids));
$tag_ids = DrugRelatedTagModel::whereIn('drug_id', $drug_ids)->pluck('tag_id')->toArray();
Log::info('tag_ids=>'.$tag_ids);
// 获取标签关联的问题
......
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 sign in to comment