java110
2021-01-23 306e4592c5ccdab403fdb060aff47ae4a8ebfa77
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}