Browse Source

sunguidong

zhangguidong 2 years ago
parent
commit
ac8fd5b9eb

+ 3 - 0
application/store/controller/Hospital.php

@@ -82,6 +82,9 @@ class Hospital extends  Controller
     protected function _form_filter(&$data)
     {
 
+        $data['sheng']=1;
+        $data['shi']=2;
+        $data['qu']=3;
 
 
 

+ 3 - 1
application/store/controller/Macroscopic.php

@@ -81,7 +81,9 @@ class Macroscopic extends Controller
     protected function _form_filter(&$data)
     {
 
-
+        $data['sheng']=1;
+        $data['shi']=2;
+        $data['qu']=3;
 
 
     }