Parcourir la source

更新数据413

XMLWAN il y a 5 ans
Parent
révision
3a0bf665a8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      service/patientmanage_service.go

+ 1 - 1
service/patientmanage_service.go Voir le fichier

1180
 func GetOrgInformation(id int64) (models.SgjUserOrg, error) {
1180
 func GetOrgInformation(id int64) (models.SgjUserOrg, error) {
1181
 
1181
 
1182
 	org := models.SgjUserOrg{}
1182
 	org := models.SgjUserOrg{}
1183
-	fmt.Println("hhh")
1183
+
1184
 	err := UserReadDB().Where("id=? and status = 1", id).Find(&org).Error
1184
 	err := UserReadDB().Where("id=? and status = 1", id).Find(&org).Error
1185
 	return org, err
1185
 	return org, err
1186
 }
1186
 }