|
@ -945,7 +945,6 @@ |
|
|
AND ac.PID = '0' |
|
|
AND ac.PID = '0' |
|
|
AND cop.PARAMETER_VALUE = 'open' |
|
|
AND cop.PARAMETER_VALUE = 'open' |
|
|
<if test="areaCode != null and areaCode != ''"> |
|
|
<if test="areaCode != null and areaCode != ''"> |
|
|
AND ac.AREA_CODE != #{areaCode} |
|
|
|
|
|
AND ac.AREA_CODE LIKE CONCAT(#{areaCode}, '%') |
|
|
AND ac.AREA_CODE LIKE CONCAT(#{areaCode}, '%') |
|
|
</if> |
|
|
</if> |
|
|
</select> |
|
|
</select> |
|
|