zilong %!s(int64=4) %!d(string=hai) anos
pai
achega
8597452d11
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Models/Docter.php

+ 1 - 1
app/Models/Docter.php

xqd
@@ -69,7 +69,7 @@ class Docter extends BaseModel
     {
         $data = [];
         if (!empty($this->label)) {
-            $data = DocterLabel::select(['name'])->whereIn('id', $this->label)->where('status', 1)->get()->toArray();
+            $data = DocterLabel::select(['label_name'])->whereIn('id', $this->label)->where('status', 1)->get()->toArray();
         }
 
         return $data;