1
This commit is contained in:
@@ -44,10 +44,10 @@ class PatientFamilyController extends AbstractController
|
||||
$request->scene('addFamily')->validateResolved();
|
||||
|
||||
// 检测入参身份证号
|
||||
$res = $this->checkRequestIdCard();
|
||||
if (!empty($res)) {
|
||||
return $this->response->json(fail(HttpEnumCode::HTTP_ERROR, $res));
|
||||
}
|
||||
// $res = $this->checkRequestIdCard();
|
||||
// if (!empty($res)) {
|
||||
// return $this->response->json(fail(HttpEnumCode::HTTP_ERROR, $res));
|
||||
// }
|
||||
|
||||
$patientFamilyService = new PatientFamilyService();
|
||||
$data = $patientFamilyService->addFamily();
|
||||
|
||||
@@ -11,6 +11,7 @@ use App\Model\OrderInquiry;
|
||||
use App\Model\UserDoctor;
|
||||
use App\Services\ImService;
|
||||
use App\Services\MessagePush;
|
||||
use App\Services\OrderPrescriptionService;
|
||||
use App\Services\UserDoctorService;
|
||||
use App\Utils\Log;
|
||||
use Extend\Alibaba\Oss;
|
||||
@@ -499,4 +500,8 @@ class TestController extends AbstractController
|
||||
|
||||
}
|
||||
|
||||
public function test_11(){
|
||||
$OrderPrescriptionService = new OrderPrescriptionService();
|
||||
$result = $OrderPrescriptionService->doctorOpenPrescription("499871705345941504");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user