java110
2023-05-25 781c2e20a4bb844dae3f4eafbf5f0e494b942ea8
java110-db/src/main/resources/mapper/user/OwnerAttrServiceDaoImplMapper.xml
@@ -151,9 +151,7 @@
        <if test="communityId !=null and communityId != ''">
            , t.community_id= #{communityId}
        </if>
        <if test="value !=null and value != ''">
            , t.value= #{value}
        </if>
        <if test="memberId !=null and memberId != ''">
            , t.member_id= #{memberId}
        </if>