|
@@ -37,7 +37,6 @@ func (this *DialysisPrameterApiController) GetDialysisParameters() {
|
37
|
37
|
adminUserInfo := this.GetAdminUserInfo()
|
38
|
38
|
theTime, _ := time.ParseInLocation(timeLayout+" 15:04:05", start_time+" 00:00:00", loc)
|
39
|
39
|
|
40
|
|
- fmt.Println("scheduletype", schedulType, start_time, partitionType, keywords, theTime.Unix())
|
41
|
40
|
if len(keywords) > 0 {
|
42
|
41
|
dialysisSchedule, err, total := service.GetDialysisParametersByKeyword(adminUserInfo.CurrentOrgId, keywords, schedulType, partitionType, page, limit, theTime.Unix())
|
43
|
42
|
patient, err := service.GetDialysisTodaySchedulePatient(adminUserInfo.CurrentOrgId, theTime.Unix(), page, limit, keywords, schedulType, partitionType)
|