| | |
| | | jg.grid_name, |
| | | jp.principal, |
| | | jp.principal_phone, |
| | | jp.no_explosion_category, |
| | | IFNULL(jtnfr.no_fraud_type,jp.no_explosion_category) noExplosionCategory, |
| | | 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 |
| | |
| | | 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"> |
| | | <choose> |
| | | <when test="place.roleName != null and place.roleName != ''"> |