|
@ -445,6 +445,8 @@ |
|
|
</if> |
|
|
</if> |
|
|
<if test="areaCode != null and areaCode != ''"> |
|
|
<if test="areaCode != null and areaCode != ''"> |
|
|
AND sca.AREA_CODE like CONCAT(#{areaCode},'%') |
|
|
AND sca.AREA_CODE like CONCAT(#{areaCode},'%') |
|
|
|
|
|
AND sca.PARENT_AREA_CODE != '' |
|
|
|
|
|
AND sca.PARENT_AREA_CODE IS NOT NULL |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
|
|
|
</select> |
|
|
</select> |
|
|