Sfoglia il codice sorgente

患者检验检查统计开发

XMLWAN 4 anni fa
parent
commit
e87ecda218

+ 1 - 1
controllers/new_mobile_api_controllers/common_api_controller.go Vedi File

@@ -1034,7 +1034,7 @@ func (this *CommonApiController) GetProjectList() {
1034 1034
 	fourQuarterEndStr := fourQuarterEnd + " 23:59:59"
1035 1035
 	fourQuarterEnds, parseDateErr := utils.ParseTimeStringToTime("2006-01-02 15:04:05", fourQuarterEndStr)
1036 1036
 	fourQuarterEndStrUnix := fourQuarterEnds.Unix()
1037
-	fmt.Println("第四季度结束时间", fourQuarterEndStrUnix)
1037
+	//fmt.Println("第四季度结束时间", fourQuarterEndStrUnix)
1038 1038
 	rangetype, parseDateErr := this.GetInt64("range_type")
1039 1039
 	//按季度统计
1040 1040
 	if rangetype == 1 {