Bladeren bron

更新数据

XMLWAN 4 jaren geleden
bovenliggende
commit
801e93c708
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      controllers/new_mobile_api_controllers/new_dialysis_api_controller.go

+ 1 - 1
controllers/new_mobile_api_controllers/new_dialysis_api_controller.go Bestand weergeven

@@ -1000,7 +1000,7 @@ func (this *NewDialysisApiController) ToSearchePatient() {
1000 1000
 	fmt.Print("关键字", keyword)
1001 1001
 	adminUserinfo := this.GetMobileAdminUserInfo()
1002 1002
 	orgid := adminUserinfo.Org.Id
1003
-	fmt.Println("j击鼓ID=--------------------------", orgid)
1003
+	fmt.Println(orgid)
1004 1004
 	patient, err := service.ToSearchePatient(keyword, orgid)
1005 1005
 	if err != nil {
1006 1006
 		this.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeSystemError)