Browse Source

Merge branch 'master' of http://git.shengws.com/csx/XT_New into 20200710_xt_api_new_branch

csx 4 years ago
parent
commit
62dfef757f
1 changed files with 0 additions and 6 deletions
  1. 0 6
      service/patientmanage_service.go

+ 0 - 6
service/patientmanage_service.go View File

@@ -139,12 +139,6 @@ func GetLastOldPatient(orgid int64) (models.Patients, error) {
139 139
 	return patients, err
140 140
 }
141 141
 
142
-func AddPatientLapseto(lapseto *models.PatientLapseto) error {
143
-
144
-	err := XTWriteDB().Create(&lapseto).Error
145
-	return err
146
-}
147
-
148 142
 func AddContagions(patienid int64, createdtime int64, updatedtime int64, contagions []int64) (err error) {
149 143
 	utx := writeDb.Begin()
150 144
 	if len(contagions) > 0 {