Commit aadf95b0 by 阮思源

Merge branch 'feat-1002713' into 'master'

接口又500

See merge request rays/pcloud-book!665
parents efa8ca49 26e294d6
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
<if test="messageId != null"> <if test="messageId != null">
message_id = #{messageId}, message_id = #{messageId},
</if> </if>
<if test="is_read != null"> <if test="isRead != null">
is_read = #{isRead}, is_read = #{isRead},
</if> </if>
<if test="readTime != null"> <if test="readTime != null">
......
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