diff --git a/ningda-generator/src/main/java/com/ningdatech/generator/config/GeneratorCodeKingbaseConfig.java b/ningda-generator/src/main/java/com/ningdatech/generator/config/GeneratorCodeKingbaseConfig.java
index 2b0d82b..414a8b0 100644
--- a/ningda-generator/src/main/java/com/ningdatech/generator/config/GeneratorCodeKingbaseConfig.java
+++ b/ningda-generator/src/main/java/com/ningdatech/generator/config/GeneratorCodeKingbaseConfig.java
@@ -57,7 +57,7 @@ public class GeneratorCodeKingbaseConfig {
public static void main(String[] args) {
//generate("Liuxinxin", "expert", PATH_LXX, "expert_gov_business_strip");
- generate("CMM", "test", PATH_CMM, "nd_performance_appraisal_app_indicator");
+ generate("CMM", "test", PATH_CMM, "nd_performance_appraisal_score_info");
}
}
diff --git a/pmapi/lib/commons-compress-1.19.jar b/pmapi/lib/commons-compress-1.19.jar
new file mode 100644
index 0000000..5c9f52a
Binary files /dev/null and b/pmapi/lib/commons-compress-1.19.jar differ
diff --git a/pmapi/lib/commons-io-2.5.jar b/pmapi/lib/commons-io-2.5.jar
new file mode 100644
index 0000000..107b061
Binary files /dev/null and b/pmapi/lib/commons-io-2.5.jar differ
diff --git a/pmapi/lib/commons-lang-2.6.jar b/pmapi/lib/commons-lang-2.6.jar
new file mode 100644
index 0000000..98467d3
Binary files /dev/null and b/pmapi/lib/commons-lang-2.6.jar differ
diff --git a/pmapi/lib/commons-lang3-3.8.1.jar b/pmapi/lib/commons-lang3-3.8.1.jar
new file mode 100644
index 0000000..2c65ce6
Binary files /dev/null and b/pmapi/lib/commons-lang3-3.8.1.jar differ
diff --git a/pmapi/lib/commons-logging-1.1.1.jar b/pmapi/lib/commons-logging-1.1.1.jar
new file mode 100644
index 0000000..1deef14
Binary files /dev/null and b/pmapi/lib/commons-logging-1.1.1.jar differ
diff --git a/pmapi/lib/ofd-simple-tool-1.0.23.0324.jar b/pmapi/lib/ofd-simple-tool-1.0.23.0324.jar
new file mode 100644
index 0000000..a3eaea3
Binary files /dev/null and b/pmapi/lib/ofd-simple-tool-1.0.23.0324.jar differ
diff --git a/pmapi/lib/slf4j-simple-1.7.26.jar b/pmapi/lib/slf4j-simple-1.7.26.jar
new file mode 100644
index 0000000..5d82cdf
Binary files /dev/null and b/pmapi/lib/slf4j-simple-1.7.26.jar differ
diff --git a/pmapi/lib/suwell-bank-extend-1.8.28.0627-sgcc.jar b/pmapi/lib/suwell-bank-extend-1.8.28.0627-sgcc.jar
new file mode 100644
index 0000000..9218cde
Binary files /dev/null and b/pmapi/lib/suwell-bank-extend-1.8.28.0627-sgcc.jar differ
diff --git a/pmapi/lib/suwell-core-base-1.7.220623-lite.jar b/pmapi/lib/suwell-core-base-1.7.220623-lite.jar
new file mode 100644
index 0000000..453c0c9
Binary files /dev/null and b/pmapi/lib/suwell-core-base-1.7.220623-lite.jar differ
diff --git a/pmapi/lib/suwell-extend-1.0.22.0804.jar b/pmapi/lib/suwell-extend-1.0.22.0804.jar
new file mode 100644
index 0000000..82b6c26
Binary files /dev/null and b/pmapi/lib/suwell-extend-1.0.22.0804.jar differ
diff --git a/pmapi/pom.xml b/pmapi/pom.xml
index 9954d4d..1f06fe5 100644
--- a/pmapi/pom.xml
+++ b/pmapi/pom.xml
@@ -265,7 +265,117 @@
cn.afterturn
easypoi-base
+
+ com.agent
+ agent-boot
+ 1.3.22
+ system
+ ${project.basedir}/lib/agent-boot-1.3.22.0215.jar
+
+
+
+ com.agent
+ agent-boot
+ 1.3.22
+ system
+ ${project.basedir}/lib/agent-boot-1.3.22.0215.jar
+
+
+
+ com.suwell
+ suwell-agent-http
+ 1.7
+ system
+ ${project.basedir}/lib/suwell-agent-http-1.7.220630.jar
+
+
+
+ com.suwell
+ suwell-agent-wrapper
+ 1.6
+ system
+ ${project.basedir}/lib/suwell-agent-wrapper-1.6.221208.jar
+
+
+
+ com.slf4j
+ slf4j-api
+ 1.7.29
+ system
+ ${project.basedir}/lib/slf4j-api-1.7.29.jar
+
+
+
+ com.httpclient
+ httpclient
+ 4.5.13
+ system
+ ${project.basedir}/lib/httpclient-4.5.13.jar
+
+
+
+ com.httpcore
+ httpcore
+ 4.4.13
+ system
+ ${project.basedir}/lib/httpcore-4.4.13.jar
+
+
+ com.httpmime
+ httpmime
+ 4.5.13
+ system
+ ${project.basedir}/lib/httpmime-4.5.13.jar
+
+
+
+ com.jbArchivesTools
+ jbArchivesTools
+ 1.0
+ system
+ ${project.basedir}/lib/jbArchivesTools-1.0-SNAPSHOT.jar
+
+
+
+ com.suwell
+ suwell-convert-base
+ 1.5.19
+ system
+ ${project.basedir}/lib/suwell-convert-base-1.5.19.0408.jar
+
+
+
+ com.gson
+ gson
+ 2.8.0
+ system
+ ${project.basedir}/lib/gson-2.8.0.jar
+
+
+
+ com.suwell
+ suwell-rpc-manager-client
+ 2.7
+ system
+ ${project.basedir}/lib/suwell-rpc-manager-client-2.7.211125.jar
+
+
+
+ com.suwell
+ suwell-packet-wrapper
+ 1.21
+ system
+ ${project.basedir}/lib/suwell-packet-wrapper-1.21.230306.jar
+
+
+
+ com.dom4j
+ dom4j
+ 2.0.2
+ system
+ ${project.basedir}/lib/dom4j-2.0.2.jar
+
diff --git a/pmapi/src/main/java/com/ningdatech/pmapi/common/handler/GlobalResponseHandler.java b/pmapi/src/main/java/com/ningdatech/pmapi/common/handler/GlobalResponseHandler.java
index 53d9cb1..f9539dd 100644
--- a/pmapi/src/main/java/com/ningdatech/pmapi/common/handler/GlobalResponseHandler.java
+++ b/pmapi/src/main/java/com/ningdatech/pmapi/common/handler/GlobalResponseHandler.java
@@ -34,7 +34,8 @@ import org.springframework.web.servlet.mvc.method.annotation.ResponseBodyAdvice;
"com.ningdatech.pmapi.safety.controller",
"com.ningdatech.pmapi.portrait.controller",
"com.ningdatech.pmapi.irs.controller",
- "com.ningdatech.pmapi.dashboard.controller"
+ "com.ningdatech.pmapi.dashboard.controller",
+ "com.ningdatech.pmapi.wps.controller"
})
public class GlobalResponseHandler implements ResponseBodyAdvice