(improvement)(Headless) metric filter by creator in metricMarket (#855)

Co-authored-by: jolunoluo
This commit is contained in:
LXW
2024-03-25 10:55:23 +08:00
committed by GitHub
parent ac2b8cc049
commit aa5f3c9a83

View File

@@ -110,7 +110,8 @@
biz_name like CONCAT('%',#{key , jdbcType=VARCHAR},'%') or
description 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 test="id != null">
and id like CONCAT('%',#{id , jdbcType=VARCHAR},'%')