| | |
| | | CASE_CANAL_SECOND_4("22_00003-4", "人民调解"), |
| | | CASE_CANAL_SECOND_5("22_00003-5", "劳动争议"), |
| | | CASE_CANAL_SECOND_6("22_00003-6", "信访"), |
| | | |
| | | CASE_CANAL_SECOND_7("22_00003-7", "专项治理"), |
| | | /** |
| | | * 来访形式,24_00002-1:来访,24_00002-2:线上,24_00002-3:排查 |
| | | */ |
| | |
| | | terms.put("mediator", mediator); |
| | | } |
| | | |
| | | //经办人ID |
| | | String systemSource = request.getParameter("systemSource"); |
| | | if (StringUtils.isNotBlank(mediator)) { |
| | | terms.put("systemSource", systemSource); |
| | | } |
| | | |
| | | String peopleNum = request.getParameter("peopleNum"); |
| | | if (StringUtils.isNotBlank(peopleNum)) { |
| | | String[] split = peopleNum.split("-"); |
| | |
| | | <if test="terms.agreeType != null and terms.agreeType !=''"> |
| | | and b.agree_type = #{terms.agreeType} |
| | | </if> |
| | | <if test="terms.systemSource != null and terms.systemSource !=''"> |
| | | and b.sys_source = #{systemSource} |
| | | </if> |
| | | </where> |
| | | </if> |
| | | </sql> |