修复编译错误 by yu

This commit is contained in:
wen 2022-01-05 14:12:06 +08:00
parent 0f513b8856
commit 427a8cff0a

View File

@ -250,9 +250,6 @@
<if test="null != userType ">
user_type,
</if>
<if test="null != tenantId ">
tenant_id,
</if>
<if test="null != openId and '' != openId">
open_id,
</if>
@ -318,6 +315,8 @@
user_type as userType,
open_id as openId,
status as status
from xhpc_user_login type=#{type} and open_id=#{openid}
from xhpc_user_login
where type = #{type}
and open_id = #{openid}
</select>
</mapper>