diff --git a/ruoyi-admin/src/main/resources/application-druid.yml b/ruoyi-admin/src/main/resources/application-druid.yml
index 7400db4e..9bb28ba0 100644
--- a/ruoyi-admin/src/main/resources/application-druid.yml
+++ b/ruoyi-admin/src/main/resources/application-druid.yml
@@ -49,7 +49,7 @@ spring:
druid:
# 主库数据源
master:
- url: jdbc:mysql://62.234.3.186:3306/yanzhu_jh_test_2024?useSSL=false&characterEncoding=UTF-8&serverTimezone=GMT%2B8
+ url: jdbc:mysql://62.234.3.186:3306/yanzhu_jh?useSSL=false&characterEncoding=UTF-8&serverTimezone=GMT%2B8
username: root
password: Sxyanzhu@cf123
#url: jdbc:mysql://192.168.126.19:3306/yanzhu_jh?useSSL=false&characterEncoding=UTF-8&serverTimezone=GMT%2B8
diff --git a/yanzhu-jh/src/main/resources/mapper/project/SurProjectAttendanceDataMapper.xml b/yanzhu-jh/src/main/resources/mapper/project/SurProjectAttendanceDataMapper.xml
index 22c64e3e..977f2b2e 100644
--- a/yanzhu-jh/src/main/resources/mapper/project/SurProjectAttendanceDataMapper.xml
+++ b/yanzhu-jh/src/main/resources/mapper/project/SurProjectAttendanceDataMapper.xml
@@ -45,7 +45,45 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
- select * from sur_project_attendance_data_${year}
+ select
+ id,
+ cfgid,
+ app_id,
+ projectId,
+ projectName,
+ deptId,
+ deptName,
+ vendors_code,
+ serverid,
+ workerId,
+ workerName,
+ identification,
+ workerPhoto,
+ workerGender,
+ birthDate,
+ ethnic,
+ nativePlace,
+ phone,
+ workTypeName,
+ specWorkType,
+ groupName,
+ companyTypeId,
+ companyName,
+ attendance_time,
+ attendance_out_time,
+ scanPhoto,
+ teamId,
+ workTypeCode,
+ companyId,
+ vendorId,
+ device_code,
+ is_del,
+ create_by,
+ create_time,
+ update_by,
+ update_time,
+ remark
+ from sur_project_attendance_data_${year}