Browse Source

我发出的消息

dev_shibei_match
yinzuomei 4 years ago
parent
commit
90acb6b01d
  1. 1
      epmet-module/data-aggregator/data-aggregator-client/src/main/java/com/epmet/dataaggre/dto/message/result/MySentResDTO.java
  2. 2
      epmet-module/data-aggregator/data-aggregator-server/src/main/resources/mapper/epmetmessage/InfoProfileDao.xml

1
epmet-module/data-aggregator/data-aggregator-client/src/main/java/com/epmet/dataaggre/dto/message/result/MySentResDTO.java

@ -23,6 +23,7 @@ public class MySentResDTO implements Serializable {
private Integer totalReceiver;
private Integer readTotal;
private String firstAttId;
private Integer unReadReplyNum;
/**
* 附件列表 列表默认返回一个
*/

2
epmet-module/data-aggregator/data-aggregator-server/src/main/resources/mapper/epmetmessage/InfoProfileDao.xml

@ -10,6 +10,7 @@
<result property="totalReceiver" column="total_receiver"/>
<result property="readTotal" column="read_total"/>
<result property="firstAttId" column="first_att_id"/>
<result property="unReadReplyNum" column="UN_READ_REPLY_NUM"></result>
<collection property="attachmentList" ofType="com.epmet.commons.tools.dto.form.FileCommonDTO" >
<result property="name" column="name"/>
<result property="url" column="url"/>
@ -29,6 +30,7 @@
ip.total_receiver,
ip.read_total,
ip.first_att_id,
ip.UN_READ_REPLY_NUM,
ia.ATTACHMENT_NAME AS name,
ia.ATTACHMENT_FORMAT AS format,
ia.ATTACHMENT_TYPE AS type,

Loading…
Cancel
Save