Browse Source

update oss-store FileMetaMapper.xml

reghao 1 năm trước cách đây
mục cha
commit
e95e89082c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      oss-store/src/main/resources/mapper/FileMetaMapper.xml

+ 1 - 1
oss-store/src/main/resources/mapper/FileMetaMapper.xml

@@ -142,7 +142,7 @@
         from file_meta
         where deleted=0 and pid=#{pid}
     </select>
-    <select id="findPidByPage" resultType="cn.reghao.oss.api.dto.ObjectInfo">
+    <select id="findPidByPage" resultType="cn.reghao.oss.sdk.model.dto.ObjectInfo">
         select size,object_name,object_id,file_type,filename,date_format(update_time, '%Y-%m-%d %H:%i:%s') as update_time
         from file_meta
         where deleted=0 and pid=#{pid}