From 52b33369fec43afe1e2353f3714900ce44fbdbbb Mon Sep 17 00:00:00 2001 From: lijun Date: Mon, 2 Dec 2024 22:18:44 +0800 Subject: [PATCH] update code --- ruoyi-admin/src/main/resources/application-druid.yml | 2 +- ruoyi-ui/src/views/project/unitpay/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application-druid.yml b/ruoyi-admin/src/main/resources/application-druid.yml index 6663d0ed..bcfa370c 100644 --- a/ruoyi-admin/src/main/resources/application-druid.yml +++ b/ruoyi-admin/src/main/resources/application-druid.yml @@ -52,7 +52,7 @@ spring: #url: jdbc:mysql://62.234.3.186:3306/yanzhu_jh_2024?useSSL=false&characterEncoding=UTF-8&serverTimezone=GMT%2B8 username: root #password: Sxyanzhu@cf123 - url: jdbc:mysql://192.168.126.19:3306/yanzhu_jh_test2024?useSSL=false&characterEncoding=UTF-8&serverTimezone=GMT%2B8 + url: jdbc:mysql://192.168.126.19:3306/yanzhu_jh?useSSL=false&characterEncoding=UTF-8&serverTimezone=GMT%2B8 #username: root password: hadoopspring123 # 从库数据源 diff --git a/ruoyi-ui/src/views/project/unitpay/index.vue b/ruoyi-ui/src/views/project/unitpay/index.vue index 682789dd..8705208b 100644 --- a/ruoyi-ui/src/views/project/unitpay/index.vue +++ b/ruoyi-ui/src/views/project/unitpay/index.vue @@ -189,7 +189,7 @@ export default { postData.attendanceTime=this.$dt(this.queryParams.attendanceDay1).format("YYYY-MM-DD"); } if(this.queryParams.attendanceDay2){ - postData.attendanceOutTime=this.$dt(this.queryParams.attendanceDay1).format("YYYY-MM-DD"); + postData.attendanceOutTime=this.$dt(this.queryParams.attendanceDay2).format("YYYY-MM-DD"); } return postData; },