From 9e864a183115ba2420797a8bda661187b1069e00 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期二, 23 四月 2024 11:46:41 +0800
Subject: [PATCH] 考勤统计与车间修改

---
 docs/docs.go |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index c3e6e3f..5a49f1f 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -1589,7 +1589,7 @@
             }
         },
         "/api-jl/v1/system/getWorkshopManageList": {
-            "get": {
+            "post": {
                 "produces": [
                     "application/json"
                 ],
@@ -3975,7 +3975,7 @@
             "properties": {
                 "date": {
                     "description": "鏃ユ湡",
-                    "type": "string"
+                    "type": "integer"
                 },
                 "status": {
                     "description": "鐘舵��",

--
Gitblit v1.8.0