From f89b9b493afa1f4b933253ab474caf09b3489f18 Mon Sep 17 00:00:00 2001
From: CZT <czt18638530771@163.com>
Date: 星期四, 28 十二月 2023 17:20:36 +0800
Subject: [PATCH] 上海嘉定纪委接口调整4
---
src/main/java/com/fzzy/otherview/gd2022/pr/GDApi1023PR.java | 30 ------------------------------
1 files changed, 0 insertions(+), 30 deletions(-)
diff --git a/src/main/java/com/fzzy/otherview/gd2022/pr/GDApi1023PR.java b/src/main/java/com/fzzy/otherview/gd2022/pr/GDApi1023PR.java
index 94e7849..62d64bf 100644
--- a/src/main/java/com/fzzy/otherview/gd2022/pr/GDApi1023PR.java
+++ b/src/main/java/com/fzzy/otherview/gd2022/pr/GDApi1023PR.java
@@ -109,40 +109,10 @@
}
/**
- * 鑾峰彇鐔忚捀浣滀笟浜哄憳淇℃伅琛�
- * gDApi1023PR#peopleList
- */
- @DataProvider
- public List<GdApi1023People> peopleList(String code) {
- return JSON.parseArray(code, GdApi1023People.class);
- }
-
- /**
- * 鑾峰彇鐔忚捀澶囨鏂瑰紡琛ㄨ〃淇℃伅
- * gDApi1023PR#wayList
- */
- @DataProvider
- public List<GdApi1023Way> wayList(String code) {
- return JSON.parseArray(code, GdApi1023Way.class);
- }
-
- /**
- * 瀹炴柦鐔忚捀浣滀笟鐨勫偍绮伯鎯呮槑缁嗚〃
- * gDApi1023PR#dtlList
- */
- @DataProvider
- public List<GdApi1023Dtl> dtlList(String code) {
- return JSON.parseArray(code, GdApi1023Dtl.class);
- }
-
- /**
* gDApi1023PR#saveData
*/
@DataResolver
public void saveData(GdApi1023 data) {
- data.setDtlList(JSON.toJSONString(data.getDtls()));
- data.setWayList(JSON.toJSONString(data.getWays()));
- data.setPeopleList(JSON.toJSONString(data.getPeoples()));
ApiInfoData infoData;
List<ApiInfoData> apiInfoList = apiInfoDataRep.getDataByInteAndData(ApiCodeConstant.API_1023, data.getXzbm(), data.getKqdm());
if (apiInfoList.size() != 0) {
--
Gitblit v1.9.3