Parcourir la source

补充浙江大涂中期合格率公式

jyyw il y a 11 mois
Parent
commit
1ea1a41675

+ 23 - 23
pom.xml

@@ -42,19 +42,19 @@
         </dependency>
 
         <!--本地使用时候放开-->
-        <dependency>
-            <groupId>com.alibaba.cloud</groupId>
-            <version>2.2.0.RELEASE</version>
-            <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
-        </dependency>
-
-        <!--发布时候放开-->
 <!--        <dependency>-->
 <!--            <groupId>com.alibaba.cloud</groupId>-->
 <!--            <version>2.2.0.RELEASE</version>-->
 <!--            <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>-->
 <!--        </dependency>-->
 
+        <!--发布时候放开-->
+        <dependency>
+            <groupId>com.alibaba.cloud</groupId>
+            <version>2.2.0.RELEASE</version>
+            <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
+        </dependency>
+
         <!-- druid 连接池 -->
         <dependency>
             <groupId>com.alibaba</groupId>
@@ -124,27 +124,27 @@
 
     <distributionManagement>
 
-        <repository>
-            <id>jiayue-releases</id>
-            <name>Nexus Release Repository</name>
-            <url>http://49.4.68.219:8888/repository/jiayue-releases/</url>
-        </repository>
-        <snapshotRepository>
-            <id>jiayue-snapshots</id>
-            <name>Nexus Snapshot Repository</name>
-            <url>http://49.4.68.219:8888/repository/jiayue-snapshots/</url>
-        </snapshotRepository>
-
-        <!--csc-->
 <!--        <repository>-->
-<!--            <id>jiayue-csc-releases</id>-->
-<!--            <url>http://49.4.68.219:8888/repository/jiayue-csc-releases/</url>-->
+<!--            <id>jiayue-releases</id>-->
+<!--            <name>Nexus Release Repository</name>-->
+<!--            <url>http://49.4.68.219:8888/repository/jiayue-releases/</url>-->
 <!--        </repository>-->
 <!--        <snapshotRepository>-->
-<!--            <id>jiayue-csc-snapshots</id>-->
-<!--            <url>http://49.4.68.219:8888/repository/jiayue-csc-snapshots/</url>-->
+<!--            <id>jiayue-snapshots</id>-->
+<!--            <name>Nexus Snapshot Repository</name>-->
+<!--            <url>http://49.4.68.219:8888/repository/jiayue-snapshots/</url>-->
 <!--        </snapshotRepository>-->
 
+        <!--csc-->
+        <repository>
+            <id>jiayue-csc-releases</id>
+            <url>http://49.4.68.219:8888/repository/jiayue-csc-releases/</url>
+        </repository>
+        <snapshotRepository>
+            <id>jiayue-csc-snapshots</id>
+            <url>http://49.4.68.219:8888/repository/jiayue-csc-snapshots/</url>
+        </snapshotRepository>
+
     </distributionManagement>
 
     <build>

+ 1 - 0
src/main/resources/sql/t_calculation_formula.sql

@@ -1,4 +1,5 @@
 DROP TABLE IF EXISTS `t_calculation_formula`;
+
 CREATE TABLE `t_calculation_formula`  (
   `ID` int(0) NOT NULL AUTO_INCREMENT,
   `TYPE` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '公式类型',

BIN
src/main/resources/sql/t_calculation_formula.xlsx


BIN
src/main/resources/各省准确率.xlsx