瀏覽代碼

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