1
This commit is contained in:
@@ -487,7 +487,7 @@ class DetectionService extends BaseService
|
||||
$params = array();
|
||||
$params['patient_id'] = $user_info['client_user_id'];
|
||||
$params['family_id'] = $family_id;
|
||||
$order_detection = OrderDetection::getOne($params);
|
||||
$order_detection = OrderDetection::getLastOne($params);
|
||||
if (empty($order_detection)){
|
||||
return success();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user