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