lgy 1 month ago
parent
commit
eb229f3380
1 changed files with 2 additions and 0 deletions
  1. 2 0
      jcjyhr/app/zskk/model/Patient.php

+ 2 - 0
jcjyhr/app/zskk/model/Patient.php

@@ -332,7 +332,9 @@ class Patient extends ZskkModel
     public function saveRepeatLab($data)
     {
         $model = new DelLabData();
+        var_dump($data);
         $model->saveAll($data);
+        var_dump(2);
     }
 
     public function getBiInspect($where)