Browse Source

患者检验检查统计开发

XMLWAN 4 years ago
parent
commit
a9bad1abf7

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

@@ -717,7 +717,7 @@ func (this *NewCommonApiController) GetMobilePatient() {
717 717
 	decEndStrs, _ := utils.ParseTimeStringToTime("2006-01-02 15:04:05", decEndStr)
718 718
 	entime := decEndStrs.Unix()
719 719
 	limit, _ := this.GetInt64("limit")
720
-	fmt.Println("limit", limit)
720
+	//fmt.Println("limit", limit)
721 721
 	page, _ := this.GetInt64("page")
722 722
 	fmt.Println("page", page)
723 723
 	patientInfo, total, err := service.GetPatientListData(orgid, statime, entime, limit, page)