java110
2021-02-26 db55c4b35bc881286e8a1c4797127f63bb2f7499
java110-db/src/main/resources/mapper/user/OwnerServiceDaoImplMapper.xml
@@ -156,7 +156,7 @@
            and t.sex= #{sex}
        </if>
        <if test="name !=null and name != ''">
            and t.name like concat('%',#{name},'%')
            and t.name = #{name}
        </if>
        <if test="link !=null and link != ''">
            and t.link= #{link}