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