Bläddra i källkod

患者检验检查统计开发

XMLWAN 4 år sedan
förälder
incheckning
31d519cb37
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      controllers/new_mobile_api_controllers/new_common_api_controller.go

+ 1 - 1
controllers/new_mobile_api_controllers/new_common_api_controller.go Visa fil

@@ -86,7 +86,7 @@ func (this *NewCommonApiController) GetMobileTotalSexCount() {
86 86
 
87 87
 func (this *NewCommonApiController) GetMobileTotalInfectiousCout() {
88 88
 	startime, _ := this.GetInt64("startime")
89
-	fmt.Println("startime", startime)
89
+	//	fmt.Println("startime", startime)
90 90
 	endtime, _ := this.GetInt64("endtime")
91 91
 	fmt.Println("endtime", endtime)
92 92
 	adminUser := this.GetMobileAdminUserInfo()