XMLWAN 4 years ago
parent
commit
92f485212f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/patient_api_controller.go

+ 1 - 0
controllers/patient_api_controller.go View File

@@ -554,6 +554,7 @@ func (c *PatientApiController) EditPatient() {
554 554
 		ContactName:               patient.ContactName,
555 555
 		UpdatedTime:               time.Now().Unix(),
556 556
 		BloodPatients:             1,
557
+		Lapseto:                   patient.Lapseto,
557 558
 	}
558 559
 	//	//更新病人ID获取新表病人ID
559 560
 	err = service.UpdatepatientTwo(&patientsNew, id)