|
|
@ -251,6 +251,7 @@ |
|
|
AND status = #{status} |
|
|
AND status = #{status} |
|
|
</if> |
|
|
</if> |
|
|
<if test="zoneList != null "> |
|
|
<if test="zoneList != null "> |
|
|
|
|
|
and creditcode is not null |
|
|
AND zone in |
|
|
AND zone in |
|
|
<foreach collection="zoneList" item="item" index="index" |
|
|
<foreach collection="zoneList" item="item" index="index" |
|
|
separator="," open="(" close=")"> |
|
|
separator="," open="(" close=")"> |
|
|
|