修复编译错误 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 "> <if test="null != userType ">
user_type, user_type,
</if> </if>
<if test="null != tenantId ">
tenant_id,
</if>
<if test="null != openId and '' != openId"> <if test="null != openId and '' != openId">
open_id, open_id,
</if> </if>
@ -318,6 +315,8 @@
user_type as userType, user_type as userType,
open_id as openId, open_id as openId,
status as status 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> </select>
</mapper> </mapper>