@@ -75,7 +75,7 @@
<if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
update_time = sysdate()
</set>
- where id = #{id}
+ where concat(push_id,id) = #{id}
</update>
<select id="messageMoreApp" parameterType="com.ozs.service.entity.vo.MsgAlarmVo" resultType="com.ozs.service.entity.MsgAlarm">
@@ -71,7 +71,7 @@
status = #{status}
</if>
- where push_id = #{pushId}
+ where concat(push_id,id) = #{pushId}
<update id="readAll" parameterType="java.lang.String">