From 2f6529a3efdd6812e13dbc37ce09974e3a024055 Mon Sep 17 00:00:00 2001
From: jiaosong <jiaosong6760@dingtalk.com>
Date: 星期三, 16 八月 2023 16:52:41 +0800
Subject: [PATCH] # 工资表配置表 导出模板索字段添加

---
 server/src/main/resources/mappers/WorkorderRecordExtMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/server/src/main/resources/mappers/WorkorderRecordExtMapper.xml b/server/src/main/resources/mappers/WorkorderRecordExtMapper.xml
index c8fb3d7..f4c1edd 100644
--- a/server/src/main/resources/mappers/WorkorderRecordExtMapper.xml
+++ b/server/src/main/resources/mappers/WorkorderRecordExtMapper.xml
@@ -479,10 +479,10 @@
       AND  `CREATE_USER` = #{userId}
     </if>
     <if test="startDate != null">
-      AND  a.`CREATE_TIME` >= #{startDate}
+      AND  `CREATE_TIME` >= #{startDate}
     </if>
     <if test="endDate != null">
-      AND   #{endDate} >= a.`CREATE_TIME`
+      AND   #{endDate} >= `CREATE_TIME`
     </if>
     group by  `CREATE_USER`
    <!-- order by `CREATE_TIME` desc-->

--
Gitblit v1.9.3