| | |
| | | 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> |
| | |
| | | </if> |
| | | <if test="place.gridName!=null and place.gridName!=''"> |
| | | and jg.grid_name like concat('%', #{place.gridName},'%') |
| | | </if> |
| | | |
| | | <if test="place.pcsName!=null and place.pcsName!=''"> |
| | | and jtnfr.pcs_name like concat('%', #{place.pcsName},'%') |
| | | </if> |
| | | |
| | | <if test="isAdministrator==2"> |
| | |
| | | jp.location, |
| | | jg.grid_name, |
| | | jp.principal, |
| | | jp.no_explosion_category, |
| | | jp.principal_phone, |
| | | br.town_name, |
| | | br.village_name, |