|
@@ -166,8 +166,9 @@ public class FrontServiceImpl implements IFrontService {
|
|
|
|
|
|
@Override
|
|
|
public TXinyiChatRecord getLeastShortReport() {
|
|
|
- List<TXinyiChatRecord> tXinyiChatRecords = this.xinyiChatRecordMapper.selectTXinyiChatRecordList(TXinyiChatRecord.builder().module(4).build());
|
|
|
- return CollectionUtils.isEmpty(tXinyiChatRecords) ? null : tXinyiChatRecords.get(0);
|
|
|
+ /*List<TXinyiChatRecord> tXinyiChatRecords = this.xinyiChatRecordMapper.selectTXinyiChatRecordList(TXinyiChatRecord.builder().module(4).build());
|
|
|
+ return CollectionUtils.isEmpty(tXinyiChatRecords) ? null : tXinyiChatRecords.get(0);*/
|
|
|
+ return this.xinyiChatRecordMapper.getLeastShortReport();
|
|
|
}
|
|
|
|
|
|
@Override
|