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);
|
||||
|
||||
List<MsgStatisticsDTO> tradeList = messageRecordDao.statisticsMsg4Trade(personId);
|
||||
calcCount(tradeList, res);
|
||||
// List<MsgStatisticsDTO> tradeList = messageRecordDao.statisticsMsg4Trade(personId);
|
||||
// calcCount(tradeList, res);
|
||||
return res;
|
||||
}
|
||||
|
||||
|
||||
@ -55,9 +55,9 @@
|
||||
and record.is_delete = 0
|
||||
and (
|
||||
(record.to_id = #{identityId} and record.receive_type = #{receiveType})
|
||||
<if test="personId != null">
|
||||
or (record.to_id = 0 and record.receive_type = 9 and record.person_id = #{personId} )
|
||||
</if>
|
||||
<!-- <if test="personId != null">-->
|
||||
<!-- or (record.to_id = 0 and record.receive_type = 9 and record.person_id = #{personId} )-->
|
||||
<!-- </if>-->
|
||||
)
|
||||
<if test="states != null and states.size > 0">
|
||||
and record.state in
|
||||
|
||||
Loading…
Reference in New Issue
Block a user