|
@@ -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)
|