修复编译错误 by yu
This commit is contained in:
parent
0f513b8856
commit
427a8cff0a
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user