From 01a9e07288902ff84bf3007030be6a72e2150679 Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期五, 08 十一月 2024 16:58:13 +0800
Subject: [PATCH] 7个新增页面,增删改

---
 src/main/java/com/fzzy/otherview/sh2023/pr/SHApi1311PR.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/fzzy/otherview/sh2023/pr/SHApi1311PR.java b/src/main/java/com/fzzy/otherview/sh2023/pr/SHApi1311PR.java
index 78c74cb..b6f71fe 100644
--- a/src/main/java/com/fzzy/otherview/sh2023/pr/SHApi1311PR.java
+++ b/src/main/java/com/fzzy/otherview/sh2023/pr/SHApi1311PR.java
@@ -119,6 +119,7 @@
         if (apiInfoList.size() != 0) {
             infoData = apiInfoList.get(0);
             infoData.setData(JSON.toJSONString(data));
+            infoData.setCzbz(data.getCzbz());
         } else {
             infoData = new ApiInfoData();
             infoData.setId(ContextUtil.getUUID());

--
Gitblit v1.9.3