<iftest="weather!= null and weather!= ''"> and weather=#{weather}</if>
<iftest="weather!= null and weather!= ''"> and weather like concat('%', #{weather}, '%')</if>
<iftest="temperature != null and temperature != ''"> and temperature=#{temperature}</if>
<iftest="wind != null and wind != ''"> and wind=#{wind}</if>
<iftest="principalName != null and principalName != ''"> and principal_name=#{principalName}</if>
<iftest="principalTel != null and principalTel != ''"> and principal_tel=#{principalTel}</if>
<iftest="constructionSituation != null and constructionSituation != ''"> and construction_situation=#{constructionSituation}</if>
<iftest="otherBusiness != null and otherBusiness != ''"> and other_business=#{otherBusiness}</if>
<iftest="wind != null and wind != ''"> and wind like concat('%', #{wind}, '%')</if>
<iftest="principalName != null and principalName != ''"> and principal_name like concat('%', #{principalName}, '%')</if>
<iftest="principalTel != null and principalTel != ''"> and principal_tel like concat('%', #{principalTel}, '%')</if>
<iftest="constructionSituation != null and constructionSituation != ''"> and construction_situation like concat('%', #{constructionSituation}, '%')</if>
<iftest="otherBusiness != null and otherBusiness != ''"> and other_business like concat('%', #{otherBusiness}, '%')</if>
<iftest="createTime != null"> and create_time=#{createTime}</if>
<iftest="creator != null and creator != ''"> and creator=#{creator}</if>
<iftest="creator != null and creator != ''"> and creator like concat('%', #{creator}, '%')</if>