zhouhao 7 年之前
父節點
當前提交
6105b54e32

+ 1 - 1
hsweb-system/hsweb-system-file/hsweb-system-file-dao/hsweb-system-file-dao-mybatis/src/main/resources/org/hswebframework/web/dao/mybatis/mappers/file/FileInfoMapper.xml

@@ -9,7 +9,7 @@
         <result property="location" column="location" javaType="String" jdbcType="VARCHAR"/>
         <result property="type" column="type" javaType="String" jdbcType="VARCHAR"/>
         <result property="md5" column="md5" javaType="String" jdbcType="VARCHAR"/>
-        <result property="size" column="size" javaType="Long" jdbcType="DECIMAL"/>
+        <result property="size" column="size" javaType="Byte" jdbcType="DECIMAL"/>
         <result property="status" column="status" javaType="Long" jdbcType="DECIMAL"/>
         <result property="classified" column="classified" javaType="String" jdbcType="VARCHAR"/>
         <result property="createTime" column="create_time" javaType="Long" jdbcType="NUMERIC"/>