mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-16 06:56:57 +00:00
(improvement)(semantic) Support dimension search by tag or not (#413)
Co-authored-by: jolunoluo
This commit is contained in:
@@ -164,6 +164,9 @@
|
||||
<if test="datasourceId != null">
|
||||
and datasource_id = #{datasourceId}
|
||||
</if>
|
||||
<if test="isTag != null">
|
||||
and is_tag = #{isTag}
|
||||
</if>
|
||||
</select>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user