From 0c89df8c341a3420e2dae0ca26024b0559e9f411 Mon Sep 17 00:00:00 2001 From: Kane Wang Date: Tue, 21 Nov 2023 19:21:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E8=BF=9B=E5=BA=A6=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/web/task_schedule/package-lock.json | 26 +++---- code/web/task_schedule/package.json | 6 +- .../src/views/data/bi/BiDataUploadView.vue | 9 ++- .../data/bi/DepartmentRenewalRateView.vue | 27 ++++++- .../desktop_archievement_backend/pom.xml | 2 +- .../cpic/xim/mybatis/utils/MybatisUtils.java | 70 ++++++++++--------- .../archievement/CallerArchievement.java | 2 +- .../mapper/ImportBIArchievementDataMapper.xml | 2 +- 8 files changed, 88 insertions(+), 56 deletions(-) diff --git a/code/web/task_schedule/package-lock.json b/code/web/task_schedule/package-lock.json index e08874a..775fa05 100644 --- a/code/web/task_schedule/package-lock.json +++ b/code/web/task_schedule/package-lock.json @@ -22,13 +22,13 @@ "@babel/eslint-parser": "^7.23.3", "@rushstack/eslint-patch": "^1.5.1", "@typescript-eslint/eslint-plugin": "^6.11.0", - "@vitejs/plugin-vue": "^4.4.1", + "@vitejs/plugin-vue": "^4.5.0", "@vue/cli-plugin-eslint": "^5.0.8", "@vue/eslint-config-typescript": "^12.0.0", - "axios": "^1.6.1", + "axios": "^1.6.2", "babel": "^6.23.0", "eslint-config-recommended": "^4.1.0", - "eslint-config-standard-with-typescript": "^39.1.1", + "eslint-config-standard-with-typescript": "^40.0.0", "eslint-plugin-vue": "^9.18.1", "node-sass": "^9.0.0", "sass": "^1.69.5", @@ -2041,15 +2041,15 @@ } }, "node_modules/@vitejs/plugin-vue": { - "version": "4.4.1", - "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-4.4.1.tgz", - "integrity": "sha512-HCQG8VDFDM7YDAdcj5QI5DvUi+r6xvo9LgvYdk7LSkUNwdpempdB5horkMSZsbdey9Ywsf5aaU8kEPw9M5kREA==", + "version": "4.5.0", + "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-4.5.0.tgz", + "integrity": "sha512-a2WSpP8X8HTEww/U00bU4mX1QpLINNuz/2KMNpLsdu3BzOpak3AGI1CJYBTXcc4SPhaD0eNRUp7IyQK405L5dQ==", "dev": true, "engines": { "node": "^14.18.0 || >=16.0.0" }, "peerDependencies": { - "vite": "^4.0.0", + "vite": "^4.0.0 || ^5.0.0", "vue": "^3.2.25" } }, @@ -3248,9 +3248,9 @@ } }, "node_modules/axios": { - "version": "1.6.1", - "resolved": "https://registry.npmmirror.com/axios/-/axios-1.6.1.tgz", - "integrity": "sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g==", + "version": "1.6.2", + "resolved": "https://registry.npmmirror.com/axios/-/axios-1.6.2.tgz", + "integrity": "sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==", "dev": true, "dependencies": { "follow-redirects": "^1.15.0", @@ -6777,9 +6777,9 @@ } }, "node_modules/eslint-config-standard-with-typescript": { - "version": "39.1.1", - "resolved": "https://registry.npmmirror.com/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-39.1.1.tgz", - "integrity": "sha512-t6B5Ep8E4I18uuoYeYxINyqcXb2UbC0SOOTxRtBSt2JUs+EzeXbfe2oaiPs71AIdnoWhXDO2fYOHz8df3kV84A==", + "version": "40.0.0", + "resolved": "https://registry.npmmirror.com/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-40.0.0.tgz", + "integrity": "sha512-GXUJcwIXiTQaS3H4etv8a1lejVVdZYaxZNz3g7vt6GoJosQqMTurbmSC4FVGyHiGT/d1TjFr3+47A3xsHhsG+Q==", "dev": true, "dependencies": { "@typescript-eslint/parser": "^6.4.0", diff --git a/code/web/task_schedule/package.json b/code/web/task_schedule/package.json index b3cb5d6..fd50ccc 100644 --- a/code/web/task_schedule/package.json +++ b/code/web/task_schedule/package.json @@ -23,13 +23,13 @@ "@babel/eslint-parser": "^7.23.3", "@rushstack/eslint-patch": "^1.5.1", "@typescript-eslint/eslint-plugin": "^6.11.0", - "@vitejs/plugin-vue": "^4.4.1", + "@vitejs/plugin-vue": "^4.5.0", "@vue/cli-plugin-eslint": "^5.0.8", "@vue/eslint-config-typescript": "^12.0.0", - "axios": "^1.6.1", + "axios": "^1.6.2", "babel": "^6.23.0", "eslint-config-recommended": "^4.1.0", - "eslint-config-standard-with-typescript": "^39.1.1", + "eslint-config-standard-with-typescript": "^40.0.0", "eslint-plugin-vue": "^9.18.1", "node-sass": "^9.0.0", "sass": "^1.69.5", diff --git a/code/web/task_schedule/src/views/data/bi/BiDataUploadView.vue b/code/web/task_schedule/src/views/data/bi/BiDataUploadView.vue index da62760..1147a50 100644 --- a/code/web/task_schedule/src/views/data/bi/BiDataUploadView.vue +++ b/code/web/task_schedule/src/views/data/bi/BiDataUploadView.vue @@ -46,7 +46,7 @@