From 6e8c95d31d85b53857e4e3ce12ea303eb0ea42eb Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 19 八月 2021 00:47:48 +0800
Subject: [PATCH] 优化代码
---
java110-db/src/main/resources/mapper/community/InspectionRouteServiceDaoImplMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/community/InspectionRouteServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/community/InspectionRouteServiceDaoImplMapper.xml
index 5d9cd2f..7c5304f 100755
--- a/java110-db/src/main/resources/mapper/community/InspectionRouteServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/community/InspectionRouteServiceDaoImplMapper.xml
@@ -125,7 +125,7 @@
<if test="seq !=null and seq != 0">
, t.seq= #{seq}
</if>
- <if test="remark !=null and remark != ''">
+ <if test="remark !=null">
, t.remark= #{remark}
</if>
<if test="communityId !=null and communityId != ''">
--
Gitblit v1.8.0