|
|
@@ -102,7 +102,7 @@ |
|
|
|
<if test="req.userType != null and req.userType == 'region'"> |
|
|
|
<if test="req.regionCodes != null"> |
|
|
|
and p.area_code in |
|
|
|
<foreach close=")" collection="regionCodes" item="code" open="(" separator=","> |
|
|
|
<foreach close=")" collection="req.regionCodes" item="code" open="(" separator=","> |
|
|
|
#{code} |
|
|
|
</foreach> |
|
|
|
</if> |
|
|
@@ -189,7 +189,7 @@ |
|
|
|
<if test="req.userType != null and req.userType == 'region'"> |
|
|
|
<if test="req.regionCodes != null"> |
|
|
|
and b.base_area_code in |
|
|
|
<foreach close=")" collection="regionCodes" item="code" open="(" separator=","> |
|
|
|
<foreach close=")" collection="req.regionCodes" item="code" open="(" separator=","> |
|
|
|
concat(#{code},'000') |
|
|
|
</foreach> |
|
|
|
</if> |
|
|
|