瀏覽代碼

患者检验检查统计开发

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)