|
@ -282,6 +282,7 @@ |
|
|
screen_customer_agency sca |
|
|
screen_customer_agency sca |
|
|
WHERE |
|
|
WHERE |
|
|
sca.DEL_FLAG = '0' |
|
|
sca.DEL_FLAG = '0' |
|
|
|
|
|
and sca.IS_DISPLAY='1' |
|
|
<choose> |
|
|
<choose> |
|
|
<when test="areaCode != null and areaCode.trim() != ''"> |
|
|
<when test="areaCode != null and areaCode.trim() != ''"> |
|
|
AND sca.PARENT_AREA_CODE = #{areaCode} |
|
|
AND sca.PARENT_AREA_CODE = #{areaCode} |
|
@ -296,6 +297,7 @@ |
|
|
FROM |
|
|
FROM |
|
|
screen_customer_grid m |
|
|
screen_customer_grid m |
|
|
where m.DEL_FLAG = '0' |
|
|
where m.DEL_FLAG = '0' |
|
|
|
|
|
and m.IS_DISPLAY='1' |
|
|
<choose> |
|
|
<choose> |
|
|
<when test="areaCode != null and areaCode.trim() != ''"> |
|
|
<when test="areaCode != null and areaCode.trim() != ''"> |
|
|
and m.AREA_CODE=#{areaCode} |
|
|
and m.AREA_CODE=#{areaCode} |
|
|