张延森 3 years ago
parent
commit
4a81b1a571

+ 1
- 1
src/main/java/com/yunzhi/marketing/service/impl/TaChatServiceImpl.java View File

157
                     e.printStackTrace();
157
                     e.printStackTrace();
158
                 }
158
                 }
159
             } else {
159
             } else {
160
-                taChat.setIsRead(CommConstant.MESSAGE_READED);
160
+//                taChat.setIsRead(CommConstant.MESSAGE_READED);
161
             }
161
             }
162
         }
162
         }
163
 
163