chengf
2025-08-20 aab1ad64e309fa904cc9cbeba4d76b533a5b6c71
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 != ''">