更改时间写入
This commit is contained in:
@@ -141,7 +141,7 @@ public class TmOdsImRealtimeMessageCurServiceImpl extends ServiceImpl<TmOdsImRea
|
||||
StringBuffer chatList = new StringBuffer();
|
||||
contetnList.forEach(contentItem -> {
|
||||
if (item.getMsgTimestamp() == null) {
|
||||
item.setMsgTimestamp(endTime);
|
||||
item.setMsgTimestamp(contentItem.getMsgTimestamp());
|
||||
}
|
||||
String title = "";
|
||||
if(ImCustomTypeEnums.CUSTOMER.getCode().equals(contentItem.getCustomerType())){
|
||||
|
||||
Reference in New Issue
Block a user