|
@@ -137,7 +137,7 @@
|
|
<if test="param.entitlementsList != null and param.entitlementsList.size() > 0">
|
|
<if test="param.entitlementsList != null and param.entitlementsList.size() > 0">
|
|
and
|
|
and
|
|
<foreach collection="param.entitlementsList" item="item" separator=" and " open="(" close=")">
|
|
<foreach collection="param.entitlementsList" item="item" separator=" and " open="(" close=")">
|
|
- t.entitlements_ like concat('%',#{item},'%')
|
|
|
|
|
|
+ find_in_set(#{item},t.entitlements_)
|
|
</foreach>
|
|
</foreach>
|
|
|
|
|
|
</if>
|
|
</if>
|