Browse Source

患者检验检查统计开发

XMLWAN 4 years ago
parent
commit
31d519cb37

+ 1 - 1
controllers/new_mobile_api_controllers/new_common_api_controller.go View File

@@ -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()