소스 검색

患者检验检查统计开发

XMLWAN 4 년 전
부모
커밋
a9bad1abf7
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 파일 보기

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