|
@ -410,10 +410,13 @@ |
|
|
( |
|
|
( |
|
|
select m.PARENT_AREA_CODE from screen_customer_agency m |
|
|
select m.PARENT_AREA_CODE from screen_customer_agency m |
|
|
where m.AGENCY_ID=#{agencyId} |
|
|
where m.AGENCY_ID=#{agencyId} |
|
|
|
|
|
and m.DEL_FLAG = '0' |
|
|
) |
|
|
) |
|
|
|
|
|
and sca.DEL_FLAG = '0' |
|
|
</select> |
|
|
</select> |
|
|
<select id="selectAgencyId" resultType="java.lang.String"> |
|
|
<select id="selectAgencyId" resultType="java.lang.String"> |
|
|
select sca.AGENCY_ID from screen_customer_agency sca |
|
|
select sca.AGENCY_ID from screen_customer_agency sca |
|
|
where sca.AREA_CODE= #{areaCode} |
|
|
where sca.DEL_FLAG = '0' |
|
|
|
|
|
and sca.AREA_CODE= #{areaCode} |
|
|
</select> |
|
|
</select> |
|
|
</mapper> |
|
|
</mapper> |
|
|