From cdd0abecb96bb1b6dfa32e8a9cbb406ce3b4ed7d Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 26 八月 2021 17:02:08 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
---
java110-db/src/main/resources/mapper/common/MachineServiceDaoImplMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/common/MachineServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/common/MachineServiceDaoImplMapper.xml
old mode 100644
new mode 100755
index ba82f5b..a62b8b2
--- a/java110-db/src/main/resources/mapper/common/MachineServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/common/MachineServiceDaoImplMapper.xml
@@ -254,7 +254,7 @@
<if test="direction !=null and direction != ''">
, t.direction = #{direction}
</if>
- <if test="heartbeatTime !=null and heartbeatTime != ''">
+ <if test="heartbeatTime !=null ">
, t.heartbeat_time = #{heartbeatTime}
</if>
where 1=1
--
Gitblit v1.8.0