2021与蓝度共同重构项目,服务端
liuhaonan
2022-01-14 d3883dd2040c6f983cf6c975250c7618c9b34d05
dao/src/main/resources/mapper/LedSFileMapper.xml
@@ -8,7 +8,7 @@
            <id property="fileId" column="file_id" jdbcType="BIGINT"/>
            <result property="cilentId" column="cilent_id" jdbcType="BIGINT"/>
            <result property="userName" column="user_name" jdbcType="VARCHAR"/>
            <result property="originname" column="originName" jdbcType="VARCHAR"/>
            <result property="originName" column="origin_name" jdbcType="VARCHAR"/>
            <result property="fileUrl" column="file_url" jdbcType="VARCHAR"/>
            <result property="fileType" column="file_type" jdbcType="VARCHAR"/>
            <result property="fileSize" column="file_size" jdbcType="BIGINT"/>
@@ -19,7 +19,7 @@
    <sql id="Base_Column_List">
        file_id,cilent_id,user_name,
        originName,file_url,file_type,
        origin_name,file_url,file_type,
        file_size,height,width,
        create_time
    </sql>