报事报修+消防自查+二手校验 添加housecode 查询
| | |
| | | <if test="taskLabelReportingEvent.userId != null and taskLabelReportingEvent.userId != ''"> |
| | | AND jtlre.user_id = #{taskLabelReportingEvent.userId} |
| | | </if> |
| | | |
| | | <if test="taskLabelReportingEvent.houseCode != null and taskLabelReportingEvent.houseCode != ''"> |
| | | and jp.house_code = #{taskLabelReportingEvent.houseCode} |
| | | </if> |
| | | |
| | | <if test="taskLabelReportingEvent.eventType != null and taskLabelReportingEvent.eventType != ''"> |
| | | AND jtlre.event_type = #{taskLabelReportingEvent.eventType} |
| | | </if> |
| | |
| | | jp.location, |
| | | jg.grid_name, |
| | | jp.principal, |
| | | jp.no_explosion_category, |
| | | jp.principal_phone, |
| | | br.town_name, |
| | | br.village_name, |
| | |
| | | AND jtrfr.create_user = #{vo.createUser} |
| | | </if> |
| | | |
| | | <if test="vo.houseCode != null and vo.houseCode != ''"> |
| | | and jtrfr.address_code = #{vo.houseCode} |
| | | </if> |
| | | |
| | | <if test="vo.streetName != null and vo.streetName != ''"> |
| | | AND br.town_name like concat('%',#{vo.streetName},'%') |
| | | </if> |
| | |
| | | */ |
| | | private String communityCode; |
| | | |
| | | private String houseCode; |
| | | |
| | | } |