From 2dd54d3f031a3e0326bddc4b9cdddabb9ae08a98 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期四, 23 五月 2024 19:45:02 +0800
Subject: [PATCH] 宁夏省平台调整-根据配置支持新旧两套接口并行

---
 src/main/java/com/fzzy/api/view/ApiConfs.view.xml |   54 ++++++++++++++++++++++++++++++++++++++++++++----------
 1 files changed, 44 insertions(+), 10 deletions(-)

diff --git a/src/main/java/com/fzzy/api/view/ApiConfs.view.xml b/src/main/java/com/fzzy/api/view/ApiConfs.view.xml
index 81de227..d09870e 100644
--- a/src/main/java/com/fzzy/api/view/ApiConfs.view.xml
+++ b/src/main/java/com/fzzy/api/view/ApiConfs.view.xml
@@ -27,6 +27,10 @@
         <Property></Property>
         <Property name="label">鐪佸钩鍙板姞瀵嗗叕閽�</Property>
       </PropertyDef>
+      <PropertyDef name="appCode">
+        <Property></Property>
+        <Property name="label">鎺堟潈鐮�</Property>
+      </PropertyDef>
       <PropertyDef name="apiUrl">
         <Property></Property>
         <Property name="label">鐪佸钩鍙版帴鍙e湴鍧�</Property>
@@ -196,6 +200,15 @@
           <Property name="valueProperty">name</Property>
         </Property>
       </PropertyDef>
+      <PropertyDef name="gbCodingTag">
+        <Property></Property>
+        <Property name="label">缁熶竴缂栫爜涓婁紶</Property>
+        <Property name="mapping">
+          <Property name="mapValues">${dorado.getDataProvider(&quot;apiTriggerService#trigger&quot;).getResult(&quot;YN&quot;)}</Property>
+          <Property name="keyProperty">code</Property>
+          <Property name="valueProperty">name</Property>
+        </Property>
+      </PropertyDef>
       <PropertyDef name="pushProtocol">
         <Property></Property>
         <Property name="label">鐪佸钩鍙板崗璁�</Property>
@@ -301,10 +314,14 @@
       <DataColumn name="kqdm">
         <Property name="property">kqdm</Property>
         <Property name="align">center</Property>
+        <Property name="name">grade</Property>
+        <Property name="width">200</Property>
       </DataColumn>
       <DataColumn name="kqmc">
         <Property name="property">kqmc</Property>
         <Property name="align">center</Property>
+        <Property name="name">grade</Property>
+        <Property name="width">300</Property>
       </DataColumn>
       <DataColumn>
         <Property name="property">grade</Property>
@@ -343,10 +360,14 @@
         <DataColumn name="pushProtocol">
           <Property name="property">pushProtocol</Property>
           <Property name="align">center</Property>
+          <Property name="name">grade</Property>
+          <Property name="width">180</Property>
         </DataColumn>
         <DataColumn name="syncProtocol">
           <Property name="property">syncProtocol</Property>
           <Property name="align">center</Property>
+          <Property name="name">grade</Property>
+          <Property name="width">180</Property>
         </DataColumn>
       </ColumnGroup>
     </DataGrid>
@@ -355,7 +376,7 @@
       <Property name="caption">鎺ュ彛閰嶇疆淇℃伅</Property>
       <Property name="iconClass">fa fa-sliders</Property>
       <Property name="closeable">false</Property>
-      <Property name="height">680</Property>
+      <Property name="height">720</Property>
       <Buttons>
         <Button>
           <ClientEvent name="onClick">var cur = view.get(&quot;#dgMain&quot;).getCurrentItem();&#xD;
@@ -407,11 +428,11 @@
                   <Editor/>
                 </AutoFormElement>
                 <AutoFormElement>
-                  <Property name="name">password</Property>
-                  <Property name="property">password</Property>
-                  <Property name="editorType">PasswordEditor</Property>
+                  <Property name="name">appCode</Property>
+                  <Property name="property">appCode</Property>
                   <Editor/>
                 </AutoFormElement>
+
                 <AutoFormElement>
                   <Property name="name">deptId</Property>
                   <Property name="property">deptId</Property>
@@ -419,8 +440,9 @@
                   <Editor/>
                 </AutoFormElement>
                 <AutoFormElement layoutConstraint="colSpan:2">
-                  <Property name="name">publicKey</Property>
-                  <Property name="property">publicKey</Property>
+                  <Property name="name">password</Property>
+                  <Property name="property">password</Property>
+                  <Property name="editorType">PasswordEditor</Property>
                   <Property name="labelWidth">125</Property>
                   <Editor/>
                 </AutoFormElement>
@@ -431,8 +453,8 @@
                   <Editor/>
                 </AutoFormElement>
                 <AutoFormElement layoutConstraint="colSpan:2">
-                  <Property name="name">apiUrl</Property>
-                  <Property name="property">apiUrl</Property>
+                  <Property name="name">publicKey</Property>
+                  <Property name="property">publicKey</Property>
                   <Property name="labelWidth">125</Property>
                   <Editor/>
                 </AutoFormElement>
@@ -443,8 +465,8 @@
                   <Editor/>
                 </AutoFormElement>
                 <AutoFormElement layoutConstraint="colSpan:2">
-                  <Property name="name">imgUrl</Property>
-                  <Property name="property">imgUrl</Property>
+                  <Property name="name">apiUrl</Property>
+                  <Property name="property">apiUrl</Property>
                   <Property name="labelWidth">125</Property>
                   <Editor/>
                 </AutoFormElement>
@@ -454,6 +476,18 @@
                   <Property name="labelWidth">125</Property>
                   <Editor/>
                 </AutoFormElement>
+                <AutoFormElement layoutConstraint="colSpan:2">
+                  <Property name="name">imgUrl</Property>
+                  <Property name="property">imgUrl</Property>
+                  <Property name="labelWidth">125</Property>
+                  <Editor/>
+                </AutoFormElement>
+                <AutoFormElement>
+                  <Property name="name">gbCodingTag</Property>
+                  <Property name="property">gbCodingTag</Property>
+                  <Property name="labelWidth">125</Property>
+                  <Editor/>
+                </AutoFormElement>
               </AutoForm>
             </Children>
           </FieldSet>

--
Gitblit v1.9.3