Browse Source

患者检验检查统计开发

XMLWAN 4 years ago
parent
commit
31d519cb37

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

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