From 58ef959cca3a0a21c421efe9c16645aaeed3c4de Mon Sep 17 00:00:00 2001
From: liuhaonan <konodioda2333@vip.qq.com>
Date: 星期二, 15 三月 2022 17:49:52 +0800
Subject: [PATCH] 熙讯
---
dao/src/main/resources/mapper/PoleXixunPlayerEntityMapper.xml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/dao/src/main/resources/mapper/PoleXixunPlayerEntityMapper.xml b/dao/src/main/resources/mapper/PoleXixunPlayerEntityMapper.xml
index a329766..9a713f2 100644
--- a/dao/src/main/resources/mapper/PoleXixunPlayerEntityMapper.xml
+++ b/dao/src/main/resources/mapper/PoleXixunPlayerEntityMapper.xml
@@ -13,6 +13,7 @@
<result property="height" column="height" jdbcType="BIGINT"/>
<result property="requestBody" column="request_body" jdbcType="VARCHAR"/>
<result property="creatTime" column="creat_time" jdbcType="TIMESTAMP"/>
+ <result property="screenShot" column="screen_shot" jdbcType="VARCHAR"/>
<result property="createUserId" column="create_user_id" jdbcType="BIGINT"/>
<result property="clientId" column="client_id" jdbcType="BIGINT"/>
</resultMap>
@@ -20,6 +21,7 @@
<sql id="Base_Column_List">
program_id,program_code,program_name,
total_size,width,height,
- request_body,creat_time,create_user_id
+ request_body,creat_time,screen_shot,
+ create_user_id,client_id
</sql>
</mapper>
--
Gitblit v1.9.3