java110-db/src/main/resources/mapper/user/OwnerV1ServiceDaoImplMapper.xml
@@ -86,7 +86,7 @@ and t.state= #{state} </if> <if test="communityId !=null and communityId != ''"> and t.community_id= #{communityId} and t.community_id in (#{communityId}, '9999') </if> <if test="age !=null and age != ''"> and t.age= #{age}