瀏覽代碼

患者检验检查统计开发

XMLWAN 4 年之前
父節點
當前提交
31d519cb37
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 查看文件

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