Explorar el Código

11月8日库存管理

XMLWAN hace 2 años
padre
commit
93b9087614
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      controllers/dialysis_parameter_api_controller.go

+ 0 - 1
controllers/dialysis_parameter_api_controller.go Ver fichero

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