浏览代码

11月8日库存管理

XMLWAN 2 年前
父节点
当前提交
93b9087614
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      controllers/dialysis_parameter_api_controller.go

+ 0 - 1
controllers/dialysis_parameter_api_controller.go 查看文件

37
 	adminUserInfo := this.GetAdminUserInfo()
37
 	adminUserInfo := this.GetAdminUserInfo()
38
 	theTime, _ := time.ParseInLocation(timeLayout+" 15:04:05", start_time+" 00:00:00", loc)
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
 	if len(keywords) > 0 {
40
 	if len(keywords) > 0 {
42
 		dialysisSchedule, err, total := service.GetDialysisParametersByKeyword(adminUserInfo.CurrentOrgId, keywords, schedulType, partitionType, page, limit, theTime.Unix())
41
 		dialysisSchedule, err, total := service.GetDialysisParametersByKeyword(adminUserInfo.CurrentOrgId, keywords, schedulType, partitionType, page, limit, theTime.Unix())
43
 		patient, err := service.GetDialysisTodaySchedulePatient(adminUserInfo.CurrentOrgId, theTime.Unix(), page, limit, keywords, schedulType, partitionType)
42
 		patient, err := service.GetDialysisTodaySchedulePatient(adminUserInfo.CurrentOrgId, theTime.Unix(), page, limit, keywords, schedulType, partitionType)