From 9c0afd1db117e1bbc06f403f92dde9919fff9532 Mon Sep 17 00:00:00 2001
From: shiyj1101 <1098226878@qq.com>
Date: 星期五, 18 六月 2021 16:33:02 +0800
Subject: [PATCH] 增加开户行功能
---
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