Merge branch 'feature/REQ-1138' into dev
This commit is contained in:
commit
aaf0e4c8e8
@ -491,8 +491,8 @@ public class MessageRecordServiceImpl implements MessageRecordService {
|
|||||||
);
|
);
|
||||||
calcCount(constructionList, res);
|
calcCount(constructionList, res);
|
||||||
|
|
||||||
List<MsgStatisticsDTO> tradeList = messageRecordDao.statisticsMsg4Trade(personId);
|
// List<MsgStatisticsDTO> tradeList = messageRecordDao.statisticsMsg4Trade(personId);
|
||||||
calcCount(tradeList, res);
|
// calcCount(tradeList, res);
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -55,9 +55,9 @@
|
|||||||
and record.is_delete = 0
|
and record.is_delete = 0
|
||||||
and (
|
and (
|
||||||
(record.to_id = #{identityId} and record.receive_type = #{receiveType})
|
(record.to_id = #{identityId} and record.receive_type = #{receiveType})
|
||||||
<if test="personId != null">
|
<!-- <if test="personId != null">-->
|
||||||
or (record.to_id = 0 and record.receive_type = 9 and record.person_id = #{personId} )
|
<!-- or (record.to_id = 0 and record.receive_type = 9 and record.person_id = #{personId} )-->
|
||||||
</if>
|
<!-- </if>-->
|
||||||
)
|
)
|
||||||
<if test="states != null and states.size > 0">
|
<if test="states != null and states.size > 0">
|
||||||
and record.state in
|
and record.state in
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user