XMLWAN пре 2 година
родитељ
комит
32ed2d7342
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      controllers/schedule_api_controller.go

+ 1 - 1
controllers/schedule_api_controller.go Прегледај датотеку

@@ -4335,7 +4335,7 @@ func (c *ScheduleApiController) GetScheduleOne() {
4335 4335
 	week, _ := c.GetInt64("weekTime", 0) //1:last, 2:this 3:next 4 nextTwo
4336 4336
 	patitionIdStr := c.GetString("patitionid")
4337 4337
 	ids := strings.Split(patitionIdStr, ",")
4338
-	fmt.Println("patitonStr", ids)
4338
+	//fmt.Println("patitonStr", ids)
4339 4339
 	schedule_type, _ := c.GetInt64("schedule_type")
4340 4340
 	is_before, _ := c.GetInt64("is_before")
4341 4341
 	start_time := c.GetString("start_time")