浏览代码

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

jyyw 11 月之前
父节点
当前提交
1ea1a41675
共有 4 个文件被更改,包括 24 次插入23 次删除
  1. 23 23
      pom.xml
  2. 1 0
      src/main/resources/sql/t_calculation_formula.sql
  3. 二进制
      src/main/resources/sql/t_calculation_formula.xlsx
  4. 二进制
      src/main/resources/各省准确率.xlsx

+ 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 '公式类型',

二进制
src/main/resources/sql/t_calculation_formula.xlsx


二进制
src/main/resources/各省准确率.xlsx