From 50162c4048a608bee17feb4d68d919122162d2d9 Mon Sep 17 00:00:00 2001
From: whycrzg <ruanzhigang@whycst.com>
Date: 星期三, 31 三月 2021 12:04:26 +0800
Subject: [PATCH] 更新 项目过程管理/新建项目

---
 src/main/java/com/whyc/controller/ProjectManageController.java |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/src/main/java/com/whyc/controller/ProjectManageController.java b/src/main/java/com/whyc/controller/ProjectManageController.java
index 293b106..e990255 100644
--- a/src/main/java/com/whyc/controller/ProjectManageController.java
+++ b/src/main/java/com/whyc/controller/ProjectManageController.java
@@ -19,6 +19,7 @@
 
 import javax.servlet.http.HttpServletResponse;
 import java.io.*;
+import java.text.SimpleDateFormat;
 import java.util.*;
 
 
@@ -48,13 +49,16 @@
     }
 
     @PostMapping("add")
-    @ApiOperation(value = "鏂板缓椤圭洰",notes = "notes涓瓨鏂囦欢鍦板潃鐢� ; 鍒嗛殧 {\n" +
-            "  \"proNum\": S0900033,\n" +
-            "  \"proName\": \"\",\n" +
-            "  \"proNameCode\": \"yyyyMMddHHmmss鏍煎紡瀛楃涓瞈",\n" +
+    @ApiOperation(value = "鏂板缓椤圭洰",notes = "fileList 瀛樻枃浠跺湴鍧� {\n" +
+            "  \"fileList\": [\n" +
+            "    \n" +
+            "  ],\n" +
+            "  \"proNum\": \"S0900033\",\n" +
+            "  \"proName\": \"鑸拌埞鐢垫皵鍔ㄥ姏璇曢獙\",\n" +
             "  \"proSort\": 0,\n" +
             "  \"proAdmin\": \"寮犱笁\",\n" +
-            "  \"proTel\": 13800003131,\n" +
+            "  \"proDepartment\": \"xxxx\",\n" +
+            "  \"proTel\": \"13800003131\",\n" +
             "  \"proCreatedate\": \"2021-03-27 08:18:27\",\n" +
             "  \"proExecutionDate\": \"2021-03-27 08:18:27\",\n" +
             "  \"proExecutionDate1\": \"2021-03-27 08:18:27\",\n" +
@@ -63,10 +67,9 @@
             "  \"proFundingSource\": \"缁忚垂鏉ユ簮\",\n" +
             "  \"proContent\": \" \",\n" +
             "  \"proState\": 0,\n" +
-            "  \"note\": \"鎷兼帴澶氫釜鏂囦欢鍦板潃\"\n" +
+            "  \"proProgress\": 0\n" +
             "}")
     public Response add(@RequestBody ProjectManage projectManage) {
-
         Response response = service.add(projectManage);
         return response;
     }

--
Gitblit v1.9.1