刘桂岩 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){