|
|
@ -22,6 +22,7 @@ |
|
|
|
dim_agency |
|
|
|
WHERE |
|
|
|
del_flag = '0' |
|
|
|
AND AGENCY_DIM_TYPE = 'all' |
|
|
|
<if test="customerId != null and customerId.trim() != ''"> |
|
|
|
AND customer_id = #{customerId} |
|
|
|
</if> |
|
|
@ -119,6 +120,7 @@ |
|
|
|
WHERE |
|
|
|
DEL_FLAG = '0' |
|
|
|
AND CUSTOMER_ID = #{customerId,jdbcType=VARCHAR} |
|
|
|
AND AGENCY_DIM_TYPE = 'all' |
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
@ -234,6 +236,7 @@ |
|
|
|
dim_agency |
|
|
|
WHERE |
|
|
|
del_flag = '0' |
|
|
|
AND AGENCY_DIM_TYPE = 'all' |
|
|
|
AND customer_id = #{customerId} |
|
|
|
</select> |
|
|
|
|
|
|
|