|
|
@@ -137,6 +137,13 @@ public interface MessageFromSystemMapper {
|
|
|
int updateJpushEasemobAccount(@Param("uuid")String uuid, @Param("registrationId")String registrationId,
|
|
|
@Param("userName")String userName, @Param("uid")String uid);
|
|
|
|
|
|
- int updateMessageConsumer(String messageId, String uid,Date readTime);
|
|
|
+ /**
|
|
|
+ * 把消息置为已读
|
|
|
+ * @param messageId
|
|
|
+ * @param uid
|
|
|
+ * @param readTime
|
|
|
+ * @return
|
|
|
+ */
|
|
|
+ int updateMessageConsumer(@Param("messageId")String messageId, @Param("uid")String uid,@Param("readTime")Date readTime);
|
|
|
|
|
|
}
|