| | |
| | | <if test="place.updateTime != null ">and jtnfr.update_time = #{place.updateTime}</if> |
| | | <if test="place.createTime != null ">and jtnfr.create_time = #{place.createTime}</if> |
| | | <if test="place.houseCode != null and place.houseCode != ''">and jtnfr.house_code = #{place.houseCode}</if> |
| | | <if test="place.createUser != null ">and jtnfr.create_user = #{createUser}</if> |
| | | <if test="place.createUser != null ">and jtnfr.create_user = #{place.createUser}</if> |
| | | <if test="place.imageUrls != null and place.imageUrls != ''">and jtnfr.image_urls = #{place.imageUrls}</if> |
| | | <if test="place.status != null ">and jtnfr.status = #{place.status}</if> |
| | | <if test="place.deleteFlag != null ">and jtnfr.delete_flag = #{place.deleteFlag}</if> |