修改:

1.新增检查登录爬大哥客户端登录接口
This commit is contained in:
2025-06-25 18:17:23 +08:00
parent aada30a000
commit 6819b6c1d4
6 changed files with 55 additions and 5 deletions

View File

@@ -25,12 +25,13 @@
<result column="deleted" jdbcType="BIT" property="deleted" />
<result column="tenant_id" jdbcType="BIGINT" property="tenantId" />
<result column="crawl" jdbcType="TINYINT" property="crawl" />
<result column="big_brother" jdbcType="TINYINT" property="bigBrother" />
</resultMap>
<sql id="Base_Column_List">
<!--@mbg.generated-->
id, username, `password`, nickname, remark, dept_id, post_ids, email, mobile, sex,
avatar, `status`, login_ip, login_date, creator, create_time, updater, update_time,
deleted, tenant_id, crawl
deleted, tenant_id, crawl, big_brother
</sql>
<select id="selectUsername" resultType="int">