消息已读功能修改
This commit is contained in:
parent
be9c1bbb09
commit
670411c42d
|
|
@ -120,7 +120,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<if test="createTime != null">create_time = #{createTime},</if>
|
||||
<if test="updateTime != null">update_time = #{updateTime},</if>
|
||||
</trim>
|
||||
where id = #{id}
|
||||
where from_company = #{fromCompany} and to_company = #{toCompany}
|
||||
</update>
|
||||
|
||||
<delete id="deleteBmMessageById" parameterType="Long">
|
||||
|
|
|
|||
Loading…
Reference in New Issue