chengf
2025-08-01 3ee0aee46457c3ec5546e077a91b290c0e0d15e8
java110-db/src/main/resources/mapper/user/OwnerServiceDaoImplMapper.xml
@@ -372,6 +372,9 @@
        <if test="idCard !=null and idCard != ''">
            , t.id_card = #{idCard}
        </if>
        <if test="personRole !=null and personRole != ''">
            , t.personRole = #{personRole}
        </if>
        where 1=1
        <if test="bId !=null and bId != ''">
            and t.b_id= #{bId}