Fix can not load public tools bug

This commit is contained in:
2024-02-22 18:00:19 +08:00
parent 88ce9862e9
commit 874235ed05

View File

@@ -193,7 +193,7 @@
</when>
<otherwise>
<choose>
<when test="username = '!'">
<when test='username == "!"'>
and tsu.username = #{operator}
<if test="ver != 'latest'">
and t_b_tool_main.ver = #{ver}