刘桂岩 5 年 前
コミット
c1d11e2d2b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      application/manage/controller/Order.php

+ 1 - 1
application/manage/controller/Order.php

@@ -97,7 +97,7 @@ class Order extends Base {
         $time2 = isset($params["time2"]) ? $params["time2"] : null;
         $whereArr = array();
         if ($ins != null) {
-            $whereArr["super_hospital_id"] = $ins;
+            $whereArr["hospital_id"] = $ins;
         }
         $timeWhere = [];
         if($time2 == $time1 && $time1 != null){