1.员工查询功能

2.修改 userid 字段为 Long 类型
This commit is contained in:
2025-07-07 14:18:40 +08:00
parent 5bd6bd18db
commit 693d7c704c
11 changed files with 55 additions and 8 deletions

View File

@@ -24,7 +24,7 @@
<result column="historic_high_coins" jdbcType="INTEGER" property="historicHighCoins" />
<result column="total_gift_coins" jdbcType="INTEGER" property="totalGiftCoins" />
<result column="host_display_id" jdbcType="VARCHAR" property="hostDisplayId" />
<result column="user_id" jdbcType="VARCHAR" property="userId" />
<result column="user_id" jdbcType="BIGINT" property="userId" />
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
<result column="creator" jdbcType="BIGINT" property="creator" />