Browse Source

返回文件名称

dev_shibei_match
jianjun 4 years ago
parent
commit
c0ec3f3a36
  1. 1
      epmet-module/gov-voice/gov-voice-server/src/main/resources/mapper/ArticleDao.xml

1
epmet-module/gov-voice/gov-voice-server/src/main/resources/mapper/ArticleDao.xml

@ -276,6 +276,7 @@
<collection property="articleContentList" ofType="com.epmet.dto.result.ArticleContentResultDTO">
<result property="content" column="CONTENT" />
<result property="contentType" column="CONTENT_TYPE" />
<result property="fileName" column="FILE_NAME" />
</collection>
</resultMap>

Loading…
Cancel
Save