2021与蓝度共同重构项目,服务端
liuhaonan
2022-05-11 7b43c04dd530bdd193e0cf02c4e19ba7c2ee2c11
dao/src/main/resources/mapper/AdvisementPlayerFileMapper.xml
@@ -6,7 +6,6 @@
    <resultMap id="BaseResultMap" type="com.sandu.ximon.dao.domain.AdvisementPlayerFile">
            <id property="id" column="id" jdbcType="BIGINT"/>
            <result property="name" column="name" jdbcType="VARCHAR"/>
            <result property="userId" column="user_id" jdbcType="BIGINT"/>
            <result property="userName" column="user_name" jdbcType="VARCHAR"/>
            <result property="clientId" column="client_id" jdbcType="BIGINT"/>
@@ -18,7 +17,7 @@
    </resultMap>
    <sql id="Base_Column_List">
        id,name,user_id,
        id,user_id,
        user_name,client_id,file_name,
        file_size,file_url,file_type,
        create_time