mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-15 14:36:47 +00:00
(improvement)(Headless) metric filter by creator in metricMarket (#855)
Co-authored-by: jolunoluo
This commit is contained in:
@@ -110,7 +110,8 @@
|
|||||||
biz_name like CONCAT('%',#{key , jdbcType=VARCHAR},'%') or
|
biz_name like CONCAT('%',#{key , jdbcType=VARCHAR},'%') or
|
||||||
description like CONCAT('%',#{key , jdbcType=VARCHAR},'%') or
|
description like CONCAT('%',#{key , jdbcType=VARCHAR},'%') or
|
||||||
alias like CONCAT('%',#{key , jdbcType=VARCHAR},'%') or
|
alias like CONCAT('%',#{key , jdbcType=VARCHAR},'%') or
|
||||||
tags like CONCAT('%',#{key , jdbcType=VARCHAR},'%') )
|
tags like CONCAT('%',#{key , jdbcType=VARCHAR},'%') or
|
||||||
|
created_by like CONCAT('%',#{key , jdbcType=VARCHAR},'%') )
|
||||||
</if>
|
</if>
|
||||||
<if test="id != null">
|
<if test="id != null">
|
||||||
and id like CONCAT('%',#{id , jdbcType=VARCHAR},'%')
|
and id like CONCAT('%',#{id , jdbcType=VARCHAR},'%')
|
||||||
|
|||||||
Reference in New Issue
Block a user