moonsflyer 4 months ago
parent
commit
ca73c6206f
1 changed files with 2 additions and 1 deletions
  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;
     }
 
     // 根据不同条件获取物流列表信息