2021与蓝度共同重构项目,服务端
liuhaonan
2022-03-15 58ef959cca3a0a21c421efe9c16645aaeed3c4de
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>