From f95e2a385d4cbd07501b512079d7da6aae253a41 Mon Sep 17 00:00:00 2001
From: xuefei <564615061@qq.com>
Date: 星期日, 13 十二月 2020 10:01:13 +0800
Subject: [PATCH] 服务机构页面

---
 api.md | 1031 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 961 insertions(+), 70 deletions(-)

diff --git a/api.md b/api.md
index 52079a9..5406aff 100644
--- a/api.md
+++ b/api.md
@@ -2,15 +2,26 @@
 
 [1.閫氱敤](#1)  
  &nbsp; &nbsp; [ 1.1鑾峰彇鎵�鏈夊尯鍩熸帴鍙(#1.1)  
+ &nbsp; &nbsp; [ 1.2鑾峰彇鍏ㄩ儴琛ヨ创绫诲瀷](#1.2) 
  
 [2.棣栭〉](#2)  
-&nbsp; &nbsp; [ 2.1鑾峰彇鍖哄煙娲ヨ创缁熻](#2.1)
-  
-[3.琛ヨ创](#3) 
-  
-[4.鏈嶅姟瀵硅薄](#4) 
+&nbsp; &nbsp; [ 2.1琛ヨ创缁熻](#2.1)  
+&nbsp; &nbsp; [ 2.2鏈嶅姟鏈烘瀯缁熻](#2.2)  
+&nbsp; &nbsp; [ 2.3鍏昏�佹満鏋勭粺璁(#2.3)  
+&nbsp; &nbsp; [ 2.4鏈嶅姟瀵硅薄缁熻](#2.4)  
+[3.琛ヨ创](#3)  
+ &nbsp; &nbsp; [ 3.1鑾峰彇鎬荤粺璁℃暟鎹甝(#3.1)  
+ &nbsp; &nbsp; [ 3.2骞村害鏈堝害缁熻鏁版嵁](#3.2)  
+[4.鏈嶅姟瀵硅薄](#4)  
+&nbsp; &nbsp; [ 4.1鑾峰彇缁熻鏁版嵁](#4.1)  
+&nbsp; &nbsp; [ 4.2鑾峰彇鍘嗗彶缁熻鏁版嵁](#4.2)  
+[5.鏈嶅姟鏈烘瀯](#5)  
+&nbsp; &nbsp; [ 5.1鏍规嵁鍖哄煙id鑾峰彇鍖哄煙涓嬫墍鏈夋満鏋勫拰浜哄憳鏁伴噺浠ュ強璁㈠崟鎬绘暟](#5.1)  
+&nbsp; &nbsp; [ 5.2鏍规嵁鍖哄煙id鑾峰彇鍖哄煙涓嬫墍鏈夋湇鍔′互鍙婃湇鍔¤鎯呭拰璁㈠崟浜烘暟](#5.2)  
+&nbsp; &nbsp; [ 5.3鏍规嵁鍖哄煙id鍜岃鍗曢噺鏌ヨ鏈嶅姟鏈烘瀯鎺掑悕鎯呭喌](#5.3)  
+&nbsp; &nbsp; [ 5.4鏍规嵁鍖哄煙id鍜岃鍗曢噺鏌ヨ鏈嶅姟鏈烘瀯鎺掑悕鎯呭喌](#5.4)  
+&nbsp; &nbsp; [ 5.5鎵ц涓鍗昡(#5.4)  
 
-[5.鏈嶅姟鏈烘瀯](#5) 
 
 <h3 id='1'>涓�銆侀�氱敤</h2>
 <h4 id='1.1'>1.1鑾峰彇鎵�鏈夊尯鍩熸帴鍙�</h4>
@@ -18,7 +29,7 @@
 > 鑾峰彇鎵�鏈夊尯鍩�
 
 ###### URL
-> /api/fwjg/getByPage
+> /api/common/getAllArea
 
 ###### 鏀寔鏍煎紡
 > JSON
@@ -29,23 +40,120 @@
 ###### 璇锋眰鍙傛暟
 |鍙傛暟|蹇呴�墊绫诲瀷|璇存槑|
 |:-----  |:-------|:-----|-----                               |
-|  pageNumber  |  鏄�  |int|      鍒嗛〉椤垫暟                    |
-|  pageSize  |  鏄�  |int|      鍒嗛〉澶у皬                   |
-|  sort  |  鍚�  |String|      鎺掑簭瀛楁                   |
-|  order  |  鍚�  |String|      鎺掑簭鏂瑰紡 asc/desc                  |
+###### 杩斿洖瀛楁
+|杩斿洖瀛楁|瀛楁绫诲瀷|璇存槑                              |
+|:-----   |:------|:-----------------------------   |
+| name  |  String  |  鍚嶇О |
+| pid  |  String  |  涓婄骇id |
+
+###### 杩斿洖绀轰緥
+``` java
+{
+    "success": true,
+    "message": "success",
+    "code": 200,
+    "timestamp": 1607648233416,
+    "result": [
+        {
+            "id": "1336922902628536320",
+            "createBy": null,
+            "createTime": "2020-12-10 14:37:13",
+            "updateBy": null,
+            "updateTime": null,
+            "delFlag": 0,
+            "name": "鐭冲搴勫競",
+            "pid": null
+        },
+        {
+            "id": "1336923258360041472",
+            "createBy": null,
+            "createTime": "2020-12-10 14:38:38",
+            "updateBy": null,
+            "updateTime": null,
+            "delFlag": 0,
+            "name": "闀垮畨鍖�",
+            "pid": "1336922902628536320"
+        },
+        ...
+    ]
+}
+``` 
+<h4 id='1.2'>1.2鑾峰彇鍏ㄩ儴琛ヨ创绫诲瀷</h4>
+###### 鎺ュ彛鍔熻兘
+> 鑾峰彇鍏ㄩ儴琛ヨ创绫诲瀷
+
+###### URL
+> /api/common/getAllSubsidyType
+
+###### 鏀寔鏍煎紡
+> JSON
+
+###### HTTP璇锋眰鏂瑰紡
+> GET
+
+###### 璇锋眰鍙傛暟
+|鍙傛暟|蹇呴�墊绫诲瀷|璇存槑|
+|:-----  |:-------|:-----|-----                               |
+###### 杩斿洖瀛楁
+|杩斿洖瀛楁|瀛楁绫诲瀷|璇存槑                              |
+|:-----   |:------|:-----------------------------   |
+| index  |  int  |  type鍊� |
+| name  |  String  |  鍚嶇О |
+
+###### 杩斿洖绀轰緥
+``` java
+{
+    "success": true,
+    "message": "success",
+    "code": 200,
+    "timestamp": 1607648519602,
+    "result": [
+        {
+            "index": 0,
+            "name": "鍥伴毦娈嬬柧鐢熸椿琛ヨ创"
+        },
+        {
+            "index": 1,
+            "name": "閲嶅害娈嬬柧浜虹敓娲昏ˉ璐�"
+        },
+        {
+            "index": 2,
+            "name": "楂橀緞鑰佷汉鐢熸椿琛ヨ创"
+        },
+        {
+            "index": 3,
+            "name": "楂橀緞鑰佷汉鐢熸椿娲ヨ创"
+        },
+        ...
+    ]
+}
+``` 
+
+<h3 id='2'>浜屻�侀椤�</h2>
+<h4 id='2.1'>2.1琛ヨ创缁熻</h4>
+###### 鎺ュ彛鍔熻兘
+> 鏍规嵁鍖哄煙id鑾峰彇琛ヨ创缁熻
+
+###### URL
+> /api/index/getSubsidyStatics
+
+###### 鏀寔鏍煎紡
+> JSON
+
+###### HTTP璇锋眰鏂瑰紡
+> GET
+
+###### 璇锋眰鍙傛暟
+|鍙傛暟|蹇呴�墊绫诲瀷|璇存槑|
+|:-----  |:-------|:-----|-----                               |
+|  areaId  |  鍚�  |String |     鍖哄煙id                     |
 
 ###### 杩斿洖瀛楁
 |杩斿洖瀛楁|瀛楁绫诲瀷|璇存槑                              |
 |:-----   |:------|:-----------------------------   |
-| total  |  int  |  杩斿洖鍒嗛〉缁撴灉鏁� |
-| size  |  int  |  鍒嗛〉澶у皬 |
-| current  |  int  |  褰撳墠椤垫暟 |
-| pages  |  int  |  鎬诲叡椤垫暟 |
-| success  |  boolean  |  鏄惁鎴愬姛 |
-| code  |  int  |  杩斿洖code鐮� |
-| result  |  object  |  杩斿洖缁撴灉 |
-| name  |  String  |  鍚嶇О |
-| pid  |  String  |  涓婄骇id |
+| total  |  double  |  琛ヨ创鎬婚噾棰� |
+| typeName  |  String  |  琛ヨ创椤圭洰鍚嶇О |
+| sum  |  double  |  琛ヨ创椤圭洰鎬婚噾棰� |
 
 ###### 鎺ュ彛绀轰緥
 ``` java
@@ -53,53 +161,423 @@
     "success": true,
     "message": "success",
     "code": 200,
-    "timestamp": 1607582573231,
+    "timestamp": 1607665964425,
     "result": {
-        "records": [
+        "total": 2500,
+        "list": [
             {
-                "id": "1336922902628536320",
-                "createBy": null,
-                "createTime": "2020-12-10 14:37:13",
-                "updateBy": null,
-                "updateTime": null,
-                "delFlag": 0,
-                "name": "鐭冲搴勫競",
-                "pid": null
+                "typeName": "楂橀緞鑰佷汉鐢熸椿琛ヨ创",
+                "sum": 1500,
+                "type": 2
             },
             {
-                "id": "1336923402568601600",
-                "createBy": null,
-                "createTime": "2020-12-10 14:39:12",
-                "updateBy": null,
-                "updateTime": null,
-                "delFlag": 0,
-                "name": "鏂板崕鍖�",
-                "pid": "1336922902628536320"
-            },
-            {
-                "id": "1336923441189752832",
-                "createBy": null,
-                "createTime": "2020-12-10 14:39:21",
-                "updateBy": null,
-                "updateTime": null,
-                "delFlag": 0,
-                "name": "姝e畾鍘�",
-                "pid": "1336922902628536320"
+                "typeName": "閲嶅害娈嬬柧浜虹敓娲昏ˉ璐�",
+                "sum": 1000,
+                "type": 1
             }
-        ],
-        "total": 7,
-        "size": 10,
-        "current": 1,
-        "orders": [],
-        "hitCount": false,
-        "searchCount": true,
-        "pages": 1
+        ]
+    }
+}
+``` 
+<h4 id='2.2'>2.2鏈嶅姟鏈烘瀯缁熻</h4>
+###### 鎺ュ彛鍔熻兘
+> 鏍规嵁鍖哄煙id鏈嶅姟鏈烘瀯缁熻
+
+###### URL
+> /api/index/getOrgFWStatics
+
+###### 鏀寔鏍煎紡
+> JSON
+
+###### HTTP璇锋眰鏂瑰紡
+> GET
+
+###### 璇锋眰鍙傛暟
+|鍙傛暟|蹇呴�墊绫诲瀷|璇存槑|
+|:-----  |:-------|:-----|-----                               |
+|  areaId  |  鍚�  |String |     鍖哄煙id                     |
+
+###### 杩斿洖瀛楁
+|杩斿洖瀛楁|瀛楁绫诲瀷|璇存槑                              |
+|:-----   |:------|:-----------------------------   |
+| total  |  int  |  鏈嶅姟鏈烘瀯鎬绘暟 |
+| detail  |  String  |  鏈嶅姟椤圭洰 |
+| num  |  int  |  姝ゆ湇鍔¢」鐩�讳釜鏁� |
+
+###### 鎺ュ彛绀轰緥
+``` java
+{
+    "success": true,
+    "message": "success",
+    "code": 200,
+    "timestamp": 1607667809694,
+    "result": {
+        "total": 0,
+        "list": [
+            {
+                "num": 1,
+                "detail": "搴峰鏈嶅姟"
+            },
+            {
+                "num": 1,
+                "detail": "鐢熸椿鏂欑悊"
+            }
+        ]
+    }
+}
+``` 
+<h4 id='2.3'>2.3鍏昏�佹満鏋勭粺璁�</h4>
+###### 鎺ュ彛鍔熻兘
+> 鏍规嵁鍖哄煙id鑾峰彇鍏昏�佹満鏋勭粺璁�
+
+###### URL
+> /api/index/getYlOrgYLStatics
+
+###### 鏀寔鏍煎紡
+> JSON
+
+###### HTTP璇锋眰鏂瑰紡
+> GET
+
+###### 璇锋眰鍙傛暟
+|鍙傛暟|蹇呴�墊绫诲瀷|璇存槑|
+|:-----  |:-------|:-----|-----                               |
+|  areaId  |  鍚�  |String |     鍖哄煙id                     |
+
+###### 杩斿洖瀛楁
+|杩斿洖瀛楁|瀛楁绫诲瀷|璇存槑                              |
+|:-----   |:------|:-----------------------------   |
+| total  |  int  |  鍏昏�佹満鏋勬�讳釜鏁� |
+| type0  |  int  |  鍏昏�侀櫌涓暟 |
+| type1  |  int  |  鏁�侀櫌涓暟 |
+| type2  |  int  |  鐤楀吇闄釜鏁� |
+| square  |  double  |  鎬婚潰绉� |
+| bedNumber  |  int  |  搴婁綅涓暟 |
+| nurseNumber  |  int  |  鎶ょ悊浜哄憳涓暟 |
+| duixiangNumber  |  int  |  鍏ヤ綇鑰佷汉涓暟 |
+
+###### 鎺ュ彛绀轰緥
+``` java
+{
+    "success": true,
+    "message": "success",
+    "code": 200,
+    "timestamp": 1607668287242,
+    "result": {
+        "square": 5100,
+        "total": 2,
+        "type2": 0,
+        "duixiangNumber": 24,
+        "type1": 0,
+        "bedNumber": 20,
+        "type0": 2,
+        "nurseNumber": 57
+    }
+}
+``` 
+<h4 id='2.4'>2.4鏈嶅姟瀵硅薄缁熻</h4>
+###### 鎺ュ彛鍔熻兘
+> 鏍规嵁鍖哄煙id鑾峰彇鏈嶅姟瀵硅薄缁熻
+
+###### URL
+> /api/index/getFuwuPersonStatics
+
+###### 鏀寔鏍煎紡
+> JSON
+
+###### HTTP璇锋眰鏂瑰紡
+> GET
+
+###### 璇锋眰鍙傛暟
+|鍙傛暟|蹇呴�墊绫诲瀷|璇存槑|
+|:-----  |:-------|:-----|-----                               |
+|  areaId  |  鍚�  |String |     鍖哄煙id                     |
+
+###### 杩斿洖瀛楁
+|杩斿洖瀛楁|瀛楁绫诲瀷|璇存槑                              |
+|:-----   |:------|:-----------------------------   |
+| total  |  double  |  鏈嶅姟瀵硅薄鎬讳釜鏁� |
+| typeName  |  String  |  琛ヨ创椤圭洰鍚嶇О |
+| sum  |  int  |  琛ヨ创椤圭洰鎬讳汉鏁� |
+
+###### 鎺ュ彛绀轰緥
+``` java
+{
+    "success": true,
+    "message": "success",
+    "code": 200,
+    "timestamp": 1607669982970,
+    "result": {
+        "total": 2,
+        "list": [
+            {
+                "num": 1,
+                "typeName": "閲嶅害娈嬬柧浜虹敓娲昏ˉ璐�",
+                "type": 1
+            },
+            {
+                "num": 1,
+                "typeName": "楂橀緞鑰佷汉鐢熸椿琛ヨ创",
+                "type": 2
+            }
+        ]
     }
 }
 ``` 
 
-<h3 id='2'>浜屻�佹湇鍔℃満鏋�</h2>
-<h4 id='2.1'>2.1鏍规嵁鍖哄煙id鑾峰彇鍖哄煙涓嬫墍鏈夋満鏋勫拰浜哄憳鏁伴噺浠ュ強璁㈠崟鎬绘暟</h4>
+
+<h3 id='3'>涓夈�佽ˉ璐�</h2>
+<h4 id='3.1'>3.1鑾峰彇鎬荤粺璁℃暟鎹�</h4>
+###### 鎺ュ彛鍔熻兘
+> 鏍规嵁鍖哄煙id鍜岃ˉ璐寸被鍨嬭幏鍙栨�荤殑缁熻鏁版嵁
+
+###### URL
+> /api/subsidy/getTotalStatistics
+
+###### 鏀寔鏍煎紡
+> JSON
+
+###### HTTP璇锋眰鏂瑰紡
+> GET
+
+###### 璇锋眰鍙傛暟
+|鍙傛暟|蹇呴�墊绫诲瀷|璇存槑|
+|:-----  |:-------|:-----|-----                               |
+|  areaId  |  鍚�  |String |     鍖哄煙id                    |
+|  type  |  鍚�  |Integer |     琛ヨ创绫诲瀷                    |
+
+###### 杩斿洖瀛楁
+|杩斿洖瀛楁|瀛楁绫诲瀷|璇存槑                              |
+|:-----   |:------|:-----------------------------   |
+| totalPersonNum  |  int  |  鑾峰彇琛ヨ创鐨勬�讳汉鏁� |
+| fwPersonCount  |  double  |  鎬婚噾棰� |
+
+###### 鎺ュ彛绀轰緥
+``` java
+{
+    "success": true,
+    "message": "success",
+    "code": 200,
+    "timestamp": 1607648976798,
+    "result": {
+        "totalPersonNum": 1,
+        "totalMoney": 100
+    }
+}
+``` 
+<h4 id='3.2'>3.2骞村害鏈堝害缁熻鏁版嵁</h4>
+###### 鎺ュ彛鍔熻兘
+> 鏍规嵁鍖哄煙id鍜岃ˉ璐寸被鍨嬭幏鍙栧勾搴︽湀搴︾粺璁℃暟鎹�
+
+###### URL
+> /api/subsidy/getStatistics
+
+###### 鏀寔鏍煎紡
+> JSON
+
+###### HTTP璇锋眰鏂瑰紡
+> GET
+
+###### 璇锋眰鍙傛暟
+|鍙傛暟|蹇呴�墊绫诲瀷|璇存槑|
+|:-----  |:-------|:-----|-----                               |
+|  areaId  |  鍚�  |String |     鍖哄煙id                    |
+|  type  |  鍚�  |Integer |     琛ヨ创绫诲瀷                    |
+
+###### 杩斿洖瀛楁
+|杩斿洖瀛楁|瀛楁绫诲瀷|璇存槑                              |
+|:-----   |:------|:-----------------------------   |
+| monthStatistics  |  Objec  |  鏈堝害缁熻鏁版嵁 |
+| yearStatistics  |  Objec  |  骞村害缁熻鏁版嵁 |
+
+###### 鎺ュ彛绀轰緥
+``` java
+{
+    "success": true,
+    "message": "success",
+    "code": 200,
+    "timestamp": 1607649436415,
+    "result": {
+        "monthStatistics": [
+            {
+                "sum": 100,
+                "time": "2020-12"
+            }
+        ],
+        "yearStatistics": [
+            {
+                "sum": 100,
+                "time": "2020"
+            }
+        ]
+    }
+}
+``` 
+
+
+
+<h3 id='4'>鍥涖�佹湇鍔″璞�</h2>
+<h4 id='4.1'>4.1鑾峰彇缁熻鏁版嵁</h4>
+###### 鎺ュ彛鍔熻兘
+> 鏍规嵁鍖哄煙id鍜岃ˉ璐寸被鍨嬭幏鍙栨�荤殑缁熻鏁版嵁
+
+###### URL
+> /api2/fwdx/getStaticsData
+
+###### 鏀寔鏍煎紡
+> JSON
+
+###### HTTP璇锋眰鏂瑰紡
+> GET
+
+###### 璇锋眰鍙傛暟
+|鍙傛暟|蹇呴�墊绫诲瀷|璇存槑|
+|:-----  |:-------|:-----|-----                               |
+|  areaId  |  鏄�  |String |     鍖哄煙id                    |
+|  type  |  鍚�  |Integer |     琛ヨ创绫诲瀷                    |
+
+###### 杩斿洖瀛楁
+|杩斿洖瀛楁|瀛楁绫诲瀷|璇存槑                              |
+|:-----   |:------|:-----------------------------   |
+| subsidyType  |  int  |  琛ヨ创绫诲瀷 |
+| month  |  String  |  鏈堜唤 |
+| yearAdd  |  int  |  骞存柊澧� |
+| yearOut  |  int  |  骞撮��鍑� |
+| yearSum  |  int  |  骞村悎璁� |
+| monthAdd  |  int  |  鏈堟柊澧� |
+| monthOut  |  int  |  鏈堥��鍑� |
+| monthSum  |  int  |  鏈堝悎璁� |
+| totalNum  |  int  |  鐢宠鎬绘鏁� |
+| checkNum  |  int  |  澶嶅悎鎬绘鏁� |
+| personNum  |  int  |  鏈嶅姟鎬讳汉鏁� |
+| subsidyTypeName  |  String  |  琛ヨ创鍚嶇О |
+| child  |  List  |  瀛愰」鐩� |
+
+###### 鎺ュ彛绀轰緥
+``` java
+{
+    "success": true,
+    "message": "success",
+    "code": 200,
+    "timestamp": 1607743828413,
+    "result": {
+        "id": 0,
+        "subsidyType": 0,
+        "areaId": null,
+        "month": "2020-12",
+        "yearAdd": 1345,
+        "yearOut": 233,
+        "yearSum": 12330,
+        "monthAdd": 117,
+        "monthOut": 53,
+        "monthSum": 5500,
+        "totalNum": 3054,
+        "checkNum": 3400,
+        "personNum": 13500,
+        "subsidyTypeName": "鍥伴毦娈嬬柧鐢熸椿琛ヨ创",
+        "child": [
+            {
+                "id": 1,
+                "subsidyType": 0,
+                "areaId": "1336922902628536320",
+                "month": "2020-12",
+                "yearAdd": 745,
+                "yearOut": 124,
+                "yearSum": 6790,
+                "monthAdd": 50,
+                "monthOut": 43,
+                "monthSum": 3200,
+                "totalNum": 1854,
+                "checkNum": 2100,
+                "personNum": 7800,
+                "subsidyTypeName": "鍥伴毦娈嬬柧鐢熸椿琛ヨ创",
+                "child": null
+            },
+            {
+                "id": 2,
+                "subsidyType": 1,
+                "areaId": "1336922902628536320",
+                "month": "2020-12",
+                "yearAdd": 600,
+                "yearOut": 109,
+                "yearSum": 5540,
+                "monthAdd": 67,
+                "monthOut": 10,
+                "monthSum": 2300,
+                "totalNum": 1200,
+                "checkNum": 1300,
+                "personNum": 5700,
+                "subsidyTypeName": "閲嶅害娈嬬柧浜虹敓娲昏ˉ璐�",
+                "child": null
+            }
+        ]
+    }
+``` 
+<h4 id='4.2'>4.2鑾峰彇鍘嗗彶缁熻鏁版嵁</h4>
+###### 鎺ュ彛鍔熻兘
+> 鏍规嵁鍖哄煙id鍜岃ˉ璐寸被鍨嬭幏鍙栬幏鍙栧巻鍙茬粺璁℃暟鎹�
+
+###### URL
+> /api2/fwdx/getHistoryStaticsData
+
+###### 鏀寔鏍煎紡
+> JSON
+
+###### HTTP璇锋眰鏂瑰紡
+> GET
+
+###### 璇锋眰鍙傛暟
+|鍙傛暟|蹇呴�墊绫诲瀷|璇存槑|
+|:-----  |:-------|:-----|-----                               |
+|  areaId  |  鏄�  |String |     鍖哄煙id                    |
+|  type  |  鍚�  |Integer |     琛ヨ创绫诲瀷                    |
+
+###### 杩斿洖瀛楁
+|杩斿洖瀛楁|瀛楁绫诲瀷|璇存槑                              |
+|:-----   |:------|:-----------------------------   |
+| month  |  String  |  鏈堜唤 |
+| mAdd  |  int  |  鏈堟柊澧� |
+| mOut  |  int  |  鏈堥��鍑� |
+| totalName  |  int  |  鐢宠鎬绘鏁� |
+| checkNum  |  int  |  澶嶆牳鎬绘鏁� |
+
+###### 鎺ュ彛绀轰緥
+``` java
+{
+    "success": true,
+    "message": "success",
+    "code": 200,
+    "timestamp": 1607744308886,
+    "result": [
+        {
+            "mOut": 53,
+            "month": "2020-12",
+            "checkNum": 3400,
+            "mAdd": 117,
+            "totalName": 3054
+        },
+        {
+            "mOut": 15,
+            "month": "2020-11",
+            "checkNum": 3400,
+            "mAdd": 75,
+            "totalName": 2454
+        },
+        {
+            "mOut": 25,
+            "month": "2020-10",
+            "checkNum": 3400,
+            "mAdd": 105,
+            "totalName": 2284
+        }
+    ]
+}
+``` 
+
+
+
+<h3 id='5'>浜斻�佹湇鍔℃満鏋�</h2>
+<h4 id='5.1'>5.1鏍规嵁鍖哄煙id鑾峰彇鍖哄煙涓嬫墍鏈夋満鏋勫拰浜哄憳鏁伴噺浠ュ強璁㈠崟鎬绘暟</h4>
 ###### 鎺ュ彛鍔熻兘
 > 鏍规嵁鍖哄煙id鑾峰彇鍖哄煙涓嬫墍鏈夋満鏋勫拰浜哄憳鏁伴噺浠ュ強璁㈠崟鎬绘暟
 
@@ -140,7 +618,7 @@
     }
 }
 ``` 
-<h4 id='2.1'>2.1鏍规嵁鍖哄煙id鑾峰彇鍖哄煙涓嬫墍鏈夋湇鍔′互鍙婃湇鍔¤鎯呭拰璁㈠崟浜烘暟</h4>
+<h4 id='5.2'>5.2鏍规嵁鍖哄煙id鑾峰彇鍖哄煙涓嬫墍鏈夋湇鍔′互鍙婃湇鍔¤鎯呭拰璁㈠崟浜烘暟</h4>
 ###### 鎺ュ彛鍔熻兘
 > 鏍规嵁鍖哄煙id鑾峰彇鍖哄煙涓嬫墍鏈夋満鏋勫拰浜哄憳鏁伴噺浠ュ強璁㈠崟鎬绘暟
 
@@ -248,9 +726,9 @@
 }
 }
 ``` 
-<h4 id='2.1'>2.3鏍规嵁鍖哄煙id鍜岃鍗曢噺鏌ヨ鏈嶅姟鏈烘瀯鎺掑悕鎯呭喌</h4>
+<h4 id='5.3'>5.3 鏈嶅姟鏈烘瀯璁㈠崟閲�</h4>
 ###### 鎺ュ彛鍔熻兘
-> 鏍规嵁鍖哄煙id鍜岃鍗曢噺鏌ヨ鏈嶅姟鏈烘瀯鎺掑悕鎯呭喌
+> 鏈嶅姟鏈烘瀯璁㈠崟閲�
 
 ###### URL
 > /api/fwjg/getFwjgOrderByOrderNumber
@@ -269,15 +747,150 @@
 ###### 杩斿洖瀛楁
 |杩斿洖瀛楁|瀛楁绫诲瀷|璇存槑                              |
 |:-----   |:------|:-----------------------------   |
-| records  |  list  |  鏈嶅姟鏈烘瀯list |
+| name  |  String  |  鏈嶅姟鏈烘瀯鍚嶇О |
+| orderNumber  |  int  |  璁㈠崟閲� |
 ###### 鎺ュ彛绀轰緥
 ``` java
-
-
+{
+    "success": true,
+    "message": "success",
+    "code": 200,
+    "timestamp": 1607822690539,
+    "result": [
+        {
+            "id": "13",
+            "createBy": null,
+            "createTime": null,
+            "updateBy": null,
+            "updateTime": null,
+            "delFlag": 0,
+            "areaId": null,
+            "orgFwId": null,
+            "pid": "1",
+            "name": "搴峰鎸夋懇",
+            "orderNumber": 0
+        },
+        {
+            "id": "21",
+            "createBy": null,
+            "createTime": null,
+            "updateBy": null,
+            "updateTime": null,
+            "delFlag": 0,
+            "areaId": null,
+            "orgFwId": null,
+            "pid": "2",
+            "name": "涓汉鍗敓鏈嶅姟",
+            "orderNumber": 0
+        },
+        {
+            "id": "22",
+            "createBy": null,
+            "createTime": null,
+            "updateBy": null,
+            "updateTime": null,
+            "delFlag": 0,
+            "areaId": null,
+            "orgFwId": null,
+            "pid": "2",
+            "name": "鍠樻伅鏈嶅姟",
+            "orderNumber": 0
+        },
+        {
+            "id": "23",
+            "createBy": null,
+            "createTime": null,
+            "updateBy": null,
+            "updateTime": null,
+            "delFlag": 0,
+            "areaId": null,
+            "orgFwId": null,
+            "pid": "2",
+            "name": "闄瘖鏈嶅姟",
+            "orderNumber": 0
+        },
+        {
+            "id": "24",
+            "createBy": null,
+            "createTime": null,
+            "updateBy": null,
+            "updateTime": null,
+            "delFlag": 0,
+            "areaId": null,
+            "orgFwId": null,
+            "pid": "2",
+            "name": "鍗忓姪绉讳綅",
+            "orderNumber": 0
+        },
+        {
+            "id": "31",
+            "createBy": null,
+            "createTime": null,
+            "updateBy": null,
+            "updateTime": null,
+            "delFlag": 0,
+            "areaId": null,
+            "orgFwId": null,
+            "pid": "3",
+            "name": "灏忔椂宸�",
+            "orderNumber": 0
+        },
+        {
+            "id": "32",
+            "createBy": null,
+            "createTime": null,
+            "updateBy": null,
+            "updateTime": null,
+            "delFlag": 0,
+            "areaId": null,
+            "orgFwId": null,
+            "pid": "3",
+            "name": "鏃ュ父淇濇磥",
+            "orderNumber": 0
+        },
+        {
+            "id": "33",
+            "createBy": null,
+            "createTime": null,
+            "updateBy": null,
+            "updateTime": null,
+            "delFlag": 0,
+            "areaId": null,
+            "orgFwId": null,
+            "pid": "3",
+            "name": "琛f湇鎷嗘礂缂濊ˉ",
+            "orderNumber": 0
+        },
+        {
+            "id": "41",
+            "createBy": null,
+            "createTime": null,
+            "updateBy": null,
+            "updateTime": null,
+            "delFlag": 0,
+            "areaId": null,
+            "orgFwId": null,
+            "pid": "4",
+            "name": "鍏虫��鏈嶅姟",
+            "orderNumber": 0
+        },
+        {
+            "id": "42",
+            "createBy": null,
+            "createTime": null,
+            "updateBy": null,
+            "updateTime": null,
+            "delFlag": 0,
+            "areaId": null,
+            "orgFwId": null,
+            "pid": "4",
+            "name": "鐢熸椿闄即",
+            "orderNumber": 0
+        }
 ``` 
-<h4 id='2.1'>2.3鏍规嵁鍖哄煙id鍜岃鍗曢噺鏌ヨ鏈嶅姟鏈烘瀯鎺掑悕鎯呭喌</h4>
+<h4 id='5.4'>5.4 鏈嶅姟棰嗗煙璁㈠崟閲�</h4>
 ###### 鎺ュ彛鍔熻兘
-> 鏍规嵁鍖哄煙id鍜岃鍗曢噺鏌ヨ瀹為檯鏈嶅姟鎺掑悕鎯呭喌
+> 鏈嶅姟棰嗗煙璁㈠崟閲�
 
 ###### URL
 > /api/fwjg/getFuwuDetailsOrderByOrderNumber
@@ -296,12 +909,150 @@
 ###### 杩斿洖瀛楁
 |杩斿洖瀛楁|瀛楁绫诲瀷|璇存槑                              |
 |:-----   |:------|:-----------------------------   |
-| records  |  list  |  鏈嶅姟璇︽儏list |
+| name  |  String  |  鏈嶅姟棰嗗煙鍚嶇О |
+| orderNumber  |  int  |  璁㈠崟閲� |
 ###### 鎺ュ彛绀轰緥
 ``` java
-
+{
+    "success": true,
+    "message": "success",
+    "code": 200,
+    "timestamp": 1607823539804,
+    "result": [
+        {
+            "id": "13",
+            "createBy": null,
+            "createTime": null,
+            "updateBy": null,
+            "updateTime": null,
+            "delFlag": 0,
+            "areaId": null,
+            "orgFwId": null,
+            "pid": "1",
+            "name": "搴峰鎸夋懇",
+            "orderNumber": 0
+        },
+        {
+            "id": "21",
+            "createBy": null,
+            "createTime": null,
+            "updateBy": null,
+            "updateTime": null,
+            "delFlag": 0,
+            "areaId": null,
+            "orgFwId": null,
+            "pid": "2",
+            "name": "涓汉鍗敓鏈嶅姟",
+            "orderNumber": 0
+        },
+        {
+            "id": "22",
+            "createBy": null,
+            "createTime": null,
+            "updateBy": null,
+            "updateTime": null,
+            "delFlag": 0,
+            "areaId": null,
+            "orgFwId": null,
+            "pid": "2",
+            "name": "鍠樻伅鏈嶅姟",
+            "orderNumber": 0
+        },
+        {
+            "id": "23",
+            "createBy": null,
+            "createTime": null,
+            "updateBy": null,
+            "updateTime": null,
+            "delFlag": 0,
+            "areaId": null,
+            "orgFwId": null,
+            "pid": "2",
+            "name": "闄瘖鏈嶅姟",
+            "orderNumber": 0
+        },
+        {
+            "id": "24",
+            "createBy": null,
+            "createTime": null,
+            "updateBy": null,
+            "updateTime": null,
+            "delFlag": 0,
+            "areaId": null,
+            "orgFwId": null,
+            "pid": "2",
+            "name": "鍗忓姪绉讳綅",
+            "orderNumber": 0
+        },
+        {
+            "id": "31",
+            "createBy": null,
+            "createTime": null,
+            "updateBy": null,
+            "updateTime": null,
+            "delFlag": 0,
+            "areaId": null,
+            "orgFwId": null,
+            "pid": "3",
+            "name": "灏忔椂宸�",
+            "orderNumber": 0
+        },
+        {
+            "id": "32",
+            "createBy": null,
+            "createTime": null,
+            "updateBy": null,
+            "updateTime": null,
+            "delFlag": 0,
+            "areaId": null,
+            "orgFwId": null,
+            "pid": "3",
+            "name": "鏃ュ父淇濇磥",
+            "orderNumber": 0
+        },
+        {
+            "id": "33",
+            "createBy": null,
+            "createTime": null,
+            "updateBy": null,
+            "updateTime": null,
+            "delFlag": 0,
+            "areaId": null,
+            "orgFwId": null,
+            "pid": "3",
+            "name": "琛f湇鎷嗘礂缂濊ˉ",
+            "orderNumber": 0
+        },
+        {
+            "id": "41",
+            "createBy": null,
+            "createTime": null,
+            "updateBy": null,
+            "updateTime": null,
+            "delFlag": 0,
+            "areaId": null,
+            "orgFwId": null,
+            "pid": "4",
+            "name": "鍏虫��鏈嶅姟",
+            "orderNumber": 0
+        },
+        {
+            "id": "42",
+            "createBy": null,
+            "createTime": null,
+            "updateBy": null,
+            "updateTime": null,
+            "delFlag": 0,
+            "areaId": null,
+            "orgFwId": null,
+            "pid": "4",
+            "name": "鐢熸椿闄即",
+            "orderNumber": 0
+        }
+    ]
+}
 ``` 
-<h4 id='2.1'>2.4鎵ц涓鍗�</h4>
+<h4 id='5.5'>5.5鎵ц涓鍗�</h4>
 ###### 鎺ュ彛鍔熻兘
 > 鎵ц涓鍗�
 
@@ -326,4 +1077,144 @@
 | orderByExecuteList  |  list  |  鎵ц涓鍗曡鎯� |
 ###### 鎺ュ彛绀轰緥
 ``` java
-
+{
+    "success": true,
+    "message": "success",
+    "code": 200,
+    "timestamp": 1607824114880,
+    "result": {
+        "orderByExecuteList": [
+            {
+                "order": {
+                    "id": "fds3",
+                    "createBy": null,
+                    "createTime": "2020-12-12 21:00:00",
+                    "updateBy": null,
+                    "updateTime": null,
+                    "delFlag": 0,
+                    "areaId": "1",
+                    "detailId": "11",
+                    "detail": "鎸囧璇勪及",
+                    "duixiangId": "1",
+                    "personId": "1",
+                    "state": 0
+                },
+                "fuwuPerson": {
+                    "id": "1",
+                    "createBy": null,
+                    "createTime": "2020-12-11 14:17:55",
+                    "updateBy": null,
+                    "updateTime": null,
+                    "delFlag": 0,
+                    "areaId": "1",
+                    "name": "寮犱笁",
+                    "age": null,
+                    "sex": null,
+                    "sfzhm": null,
+                    "orgFwId": "1"
+                },
+                "fuwuDetails": {
+                    "id": "11",
+                    "createBy": null,
+                    "createTime": null,
+                    "updateBy": null,
+                    "updateTime": null,
+                    "delFlag": 0,
+                    "areaId": null,
+                    "orgFwId": null,
+                    "pid": "1",
+                    "name": "鎸囧璇勪及",
+                    "orderNumber": null
+                }
+            },
+            {
+                "order": {
+                    "id": "1",
+                    "createBy": null,
+                    "createTime": "2020-12-17 17:27:37",
+                    "updateBy": null,
+                    "updateTime": null,
+                    "delFlag": 0,
+                    "areaId": "1",
+                    "detailId": "11",
+                    "detail": "鎸囧璇勪及",
+                    "duixiangId": "1",
+                    "personId": "1",
+                    "state": 0
+                },
+                "fuwuPerson": {
+                    "id": "1",
+                    "createBy": null,
+                    "createTime": "2020-12-11 14:17:55",
+                    "updateBy": null,
+                    "updateTime": null,
+                    "delFlag": 0,
+                    "areaId": "1",
+                    "name": "寮犱笁",
+                    "age": null,
+                    "sex": null,
+                    "sfzhm": null,
+                    "orgFwId": "1"
+                },
+                "fuwuDetails": {
+                    "id": "11",
+                    "createBy": null,
+                    "createTime": null,
+                    "updateBy": null,
+                    "updateTime": null,
+                    "delFlag": 0,
+                    "areaId": null,
+                    "orgFwId": null,
+                    "pid": "1",
+                    "name": "鎸囧璇勪及",
+                    "orderNumber": null
+                }
+            },
+            {
+                "order": {
+                    "id": "2",
+                    "createBy": null,
+                    "createTime": "2020-12-24 17:27:41",
+                    "updateBy": null,
+                    "updateTime": null,
+                    "delFlag": 0,
+                    "areaId": "1",
+                    "detailId": "12",
+                    "detail": "鍔熻兘璁粌",
+                    "duixiangId": "1",
+                    "personId": "1",
+                    "state": 1
+                },
+                "fuwuPerson": {
+                    "id": "1",
+                    "createBy": null,
+                    "createTime": "2020-12-11 14:17:55",
+                    "updateBy": null,
+                    "updateTime": null,
+                    "delFlag": 0,
+                    "areaId": "1",
+                    "name": "寮犱笁",
+                    "age": null,
+                    "sex": null,
+                    "sfzhm": null,
+                    "orgFwId": "1"
+                },
+                "fuwuDetails": {
+                    "id": "12",
+                    "createBy": null,
+                    "createTime": null,
+                    "updateBy": null,
+                    "updateTime": null,
+                    "delFlag": 0,
+                    "areaId": null,
+                    "orgFwId": null,
+                    "pid": "1",
+                    "name": "鍔熻兘璁粌",
+                    "orderNumber": null
+                }
+            }
+        ],
+        "count": 3
+    }
+}
+銆併�併��

--
Gitblit v1.9.1