Commit 65a86db9 by 吴博

bug: [1007030] 更新已读状态

parent 7a390b44
...@@ -138,6 +138,7 @@ ...@@ -138,6 +138,7 @@
select <include refid="Base_Column_List"/> from cultivate_notify_send select <include refid="Base_Column_List"/> from cultivate_notify_send
where wechat_user_id=#{wechatUserId} where wechat_user_id=#{wechatUserId}
and message_type=#{messageType} and message_type=#{messageType}
and is_read = 0
order by create_time desc order by create_time desc
</select> </select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment