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}