心灵空间

This commit is contained in:
wuchunlei
2025-02-07 17:10:49 +08:00
parent d8e7c90c01
commit 26d08a5f8b
28 changed files with 1027 additions and 3 deletions

View File

@@ -4,6 +4,6 @@
<mapper namespace="com.peanut.modules.sys.dao.SysUserTokenDao">
<select id="queryByToken" resultType="com.peanut.modules.sys.entity.SysUserTokenEntity">
select * from sys_user_token where (token = #{value} or token_medical = #{value} or token_sociology = #{value})
select * from sys_user_token where (token = #{value} or token_medical = #{value} or token_sociology = #{value} or token_psyche = #{value})
</select>
</mapper>