Commit 3ac6039b by 李传峰

Merge branch 'hotfix/1007030' into 'release'

Hotfix/1007030

See merge request rays/pcloud-book!1565
parents cc16f4eb 65a86db9
...@@ -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