@@ -52,6 +52,8 @@
)
and u.userIdentity in (1, 2, 3, 4)
and u.userOrganizeID = 0
+ and u.userId>0
+ and cu.id >0
limit 1
</select>
<select id="getLoginUserByMobile" resultType="com.caimei365.user.model.vo.UserLoginVo">