From aab1ad64e309fa904cc9cbeba4d76b533a5b6c71 Mon Sep 17 00:00:00 2001
From: chengf <cgf12138@163.com>
Date: 星期三, 20 八月 2025 16:46:28 +0800
Subject: [PATCH] 暂存0820
---
java110-db/src/main/resources/mapper/user/OwnerAppUserV1ServiceDaoImplMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/user/OwnerAppUserV1ServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/user/OwnerAppUserV1ServiceDaoImplMapper.xml
index 3d59b01..b54b690 100644
--- a/java110-db/src/main/resources/mapper/user/OwnerAppUserV1ServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/user/OwnerAppUserV1ServiceDaoImplMapper.xml
@@ -101,7 +101,7 @@
<if test="openId !=null and openId != ''">
, t.open_id= #{openId}
</if>
- <if test="link !=null and link != ''">
+ <if test="link !=null">
, t.link= #{link}
</if>
<if test="remark !=null and remark != ''">
--
Gitblit v1.8.0