|
|
@@ -38,7 +38,7 @@ |
|
|
|
|
|
|
|
<if test=" null != languageIds "> |
|
|
|
and language_id in |
|
|
|
<foreach collection="lids" index="index" item="lidItem" open="(" separator="," close=")"> |
|
|
|
<foreach collection="languageIds" index="index" item="lidItem" open="(" separator="," close=")"> |
|
|
|
#{lidItem} |
|
|
|
</foreach> |
|
|
|
</if> |
|
|
|