Commit 91f0e374 by ddx

去除人工的

parent f007cc14
......@@ -543,7 +543,7 @@
FROM
tk_token t
WHERE
t.is_valid = '0'
t.is_valid = '0' and t.user_type = '1'
<if test="userCode != null and userCode !=''">
and t.user_code = #{userCode,jdbcType=VARCHAR}
</if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment