Fix can not load public tools bug
This commit is contained in:
@@ -193,7 +193,7 @@
|
|||||||
</when>
|
</when>
|
||||||
<otherwise>
|
<otherwise>
|
||||||
<choose>
|
<choose>
|
||||||
<when test="username = '!'">
|
<when test='username == "!"'>
|
||||||
and tsu.username = #{operator}
|
and tsu.username = #{operator}
|
||||||
<if test="ver != 'latest'">
|
<if test="ver != 'latest'">
|
||||||
and t_b_tool_main.ver = #{ver}
|
and t_b_tool_main.ver = #{ver}
|
||||||
|
|||||||
Reference in New Issue
Block a user