|
@@ -72,10 +72,6 @@ |
|
|
and `colour` = #{colour} |
|
|
and `colour` = #{colour} |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
|
|
|
<if test=" null != languages "> |
|
|
|
|
|
and `languages` = #{languages} |
|
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
|
|
|
<if test=" null != sceneSign and '' != sceneSign"> |
|
|
<if test=" null != sceneSign and '' != sceneSign"> |
|
|
and JSON_CONTAINS(scene_sign,json_array(#{sceneSign})) |
|
|
and JSON_CONTAINS(scene_sign,json_array(#{sceneSign})) |
|
|
</if> |
|
|
</if> |
|
|