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