Commit 1d56bf1a by guojuxing

扫码关注

parent d18d4908
......@@ -461,9 +461,9 @@
select count(1) from tab_sys_user
where delete_flag = ${@com.gic.auth.constant.DeleteFlagConstants@NORMAL_STATUS}
and enterprise_id = #{enterpriseId}
<if test="openid != null">
<if test="userId != null">
and user_id &lt;&gt; #{userId}
</if>
and open_id = #{openId}
and open_id = #{openid}
</select>
</mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment