Your Name
2023-08-19 194ffe2cf20344655803f38c3155e43c22508cc9
优化代码
1个文件已修改
2 ■■■ 已修改文件
java110-db/src/main/resources/mapper/user/OwnerServiceDaoImplMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
java110-db/src/main/resources/mapper/user/OwnerServiceDaoImplMapper.xml
@@ -161,7 +161,7 @@
        </if>
        <if test="nameLike !=null and nameLike != ''">
            and t.name like concat('%',#{name},'%')
            and t.name like concat('%',#{nameLike},'%')
        </if>
        <if test="link !=null and link != ''">
            and t.link= #{link}