From 946e35208cf79dbb8abbc1e2363e96cbb8113186 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期二, 24 十月 2023 16:55:31 +0800
Subject: [PATCH] 获取生产进度去掉任务id参数

---
 model/request/task.go |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/model/request/task.go b/model/request/task.go
index 6198d95..614b629 100644
--- a/model/request/task.go
+++ b/model/request/task.go
@@ -22,8 +22,7 @@
 }
 
 type GetProductProgress struct {
-	ProcedureId int   `json:"procedureId" binding:"required"`
-	Channel     int32 `json:"channel"`
+	Channel int32 `json:"channel"`
 }
 
 // ProcessModelList 宸ヨ壓鍙傛暟鍒楄〃璇锋眰鍙傛暟

--
Gitblit v1.8.0