refactor TempFileService, use Attachment and mongodb
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
<resultMap id="listByRepositoryIdResult" type="com.imyeyu.api.modules.git.vo.release.ReleaseView" autoMapping="true">
|
||||
<id property="id" column="id" />
|
||||
<!-- 关联附件 -->
|
||||
<collection property="attachmentList" ofType="com.imyeyu.api.modules.common.vo.attachment.AttachmentView">
|
||||
<collection property="attachmentList" ofType="com.imyeyu.api.modules.common.entity.Attachment">
|
||||
<id property="id" column="attachmentId" />
|
||||
<result property="bizType" column="biz_type" />
|
||||
<result property="bizId" column="biz_id" />
|
||||
|
||||
Reference in New Issue
Block a user