浏览代码

库存流水展示

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

+ 1 - 1
controllers/schedule_api_controller.go 查看文件

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