Showing
1 changed file
with
1 additions
and
1 deletions
@@ -137,7 +137,7 @@ | @@ -137,7 +137,7 @@ | ||
137 | <foreach collection="skups" item="skup" open="(" close=")" separator=","> | 137 | <foreach collection="skups" item="skup" open="(" close=")" separator=","> |
138 | #{skup,jdbcType=INTEGER} | 138 | #{skup,jdbcType=INTEGER} |
139 | </foreach> | 139 | </foreach> |
140 | - and meta_value in | 140 | + and meta_key in |
141 | <foreach collection="metaKeys" item="metaKey" open="(" close=")" separator=","> | 141 | <foreach collection="metaKeys" item="metaKey" open="(" close=")" separator=","> |
142 | #{metaKey,jdbcType=VARCHAR} | 142 | #{metaKey,jdbcType=VARCHAR} |
143 | </foreach> | 143 | </foreach> |
-
Please register or login to post a comment