moonsflyer 4 месяцев назад
Родитель
Сommit
ca73c6206f
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      phalapi/src/app/functions.php

+ 2 - 1
phalapi/src/app/functions.php

@@ -4466,6 +4466,7 @@ namespace App;
             ->where($where)
             ->fetchAll();
         if($rs){
+
             $classid_arr = array_column($rs,'three_classid');
             $claasid_str = implode(',',$classid_arr);
             $class_where = " gc_id in ('{$claasid_str}')";
@@ -4476,7 +4477,7 @@ namespace App;
             $list = $res;
         }
 
-        return $list;
+        return $rs;
     }
 
     // 根据不同条件获取物流列表信息