Feat(Store): Support specify platform to search tools

This commit is contained in:
2024-05-10 05:13:35 +08:00
parent 491e6cf1cd
commit b7f0222e36
4 changed files with 23 additions and 3 deletions

View File

@@ -20,6 +20,9 @@
or tk.keyword like concat('%', #{searchValue}, '%')
)
</if>
<if test="platform != null">
and temp1.platform = #{platform}
</if>
</where>
<choose>
<when test="searchValue != null">