From bf8d8aaf62190e0d49bbd34e3bb2aa7707d86537 Mon Sep 17 00:00:00 2001
From: chenhuan <czj123456>
Date: 星期三, 22 五月 2024 10:05:44 +0800
Subject: [PATCH] Merge branch 'master' of http://117.78.1.188:8089/r/dkyChenJiang
---
javaweb-plus/javaweb-cms/src/main/resources/mapper/geo/HoleLogMapper.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/javaweb-plus/javaweb-cms/src/main/resources/mapper/geo/HoleLogMapper.xml b/javaweb-plus/javaweb-cms/src/main/resources/mapper/geo/HoleLogMapper.xml
index 5dd1238..0ff552b 100644
--- a/javaweb-plus/javaweb-cms/src/main/resources/mapper/geo/HoleLogMapper.xml
+++ b/javaweb-plus/javaweb-cms/src/main/resources/mapper/geo/HoleLogMapper.xml
@@ -32,11 +32,11 @@
<if test="recordPerson != null and recordPerson != ''"> and record_person = #{recordPerson}</if>
<if test="description != null and description != ''"> and description = #{description}</if>
<!-- 寮�濮嬫椂闂存绱� -->
- <if test="params.beginTime != null and params.beginTime != ''">
+ <if test="params.beginCreateTime != null and params.beginCreateTime != ''">
and date_format(create_time,'%y%m%d') >= date_format(#{params.beginCreateTime},'%y%m%d')
</if>
<!-- 缁撴潫鏃堕棿妫�绱� -->
- <if test="params.endTime != null and params.endTime != ''">
+ <if test="params.endCreateTime != null and params.endCreateTime != ''">
and date_format(create_time,'%y%m%d') <= date_format(#{params.endCreateTime},'%y%m%d')
</if>
</where>
--
Gitblit v1.9.1