修改新增收货地址
This commit is contained in:
@@ -113,7 +113,7 @@ class PatientFamilyRequest extends FormRequest
|
||||
'is_default' => ['sometimes',Rule::in(['0', '1'])],
|
||||
'height' => ['sometimes','numeric'], // 身高
|
||||
'weight' => ['sometimes','numeric'], // 体重
|
||||
'marital_status' => ['sometimes',Rule::in(['0', '1'])], // 婚姻状况(0:未婚 1:已婚)
|
||||
'marital_status' => ['sometimes',Rule::in(['0', '1','2'])], // 婚姻状况(0:未婚 1:已婚 2:离异)
|
||||
'is_allergy_history' => ['sometimes','numeric','min:0','max:1'],
|
||||
'is_family_history' => ['sometimes','numeric','min:0','max:1'],
|
||||
// 'is_pregnant' => ['sometimes','numeric','min:0','max:1'],
|
||||
|
||||
Reference in New Issue
Block a user