|
|
@ -441,7 +441,7 @@ |
|
|
and crc.jwcode = #{jwcode} |
|
|
and crc.jwcode = #{jwcode} |
|
|
</if> |
|
|
</if> |
|
|
<if test="markets!= null and markets.size > 0"> |
|
|
<if test="markets!= null and markets.size > 0"> |
|
|
AND crc.market IN |
|
|
|
|
|
|
|
|
AND crc.received_market IN |
|
|
<foreach collection="markets" item="markets" open="(" separator="," close=")"> |
|
|
<foreach collection="markets" item="markets" open="(" separator="," close=")"> |
|
|
#{markets} |
|
|
#{markets} |
|
|
</foreach> |
|
|
</foreach> |
|
|
|