| | |
| | | jp.no_explosion_category, |
| | | br.town_name as streetName, |
| | | br.village_name as communityName, |
| | | jpag.pcs_name, |
| | | bu.`name`, |
| | | jpe.legal_tel, |
| | | jpe.legal_person from jczz_task_no_fraud_reporting jtnfr |
| | |
| | | <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> |