lgy 1 月之前
父节点
当前提交
eb229f3380
共有 1 个文件被更改,包括 2 次插入0 次删除
  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)
     public function saveRepeatLab($data)
     {
     {
         $model = new DelLabData();
         $model = new DelLabData();
+        var_dump($data);
         $model->saveAll($data);
         $model->saveAll($data);
+        var_dump(2);
     }
     }
 
 
     public function getBiInspect($where)
     public function getBiInspect($where)