|
@@ -89,7 +89,7 @@
|
|
where receive_by = #{userId} and status = 1
|
|
where receive_by = #{userId} and status = 1
|
|
</update>
|
|
</update>
|
|
|
|
|
|
- <select id="getByUserId" parameterType="java.lang.String" resultType="com.ozs.service.entity.MsgWebPush">
|
|
|
|
|
|
+ <select id="getByUserId" parameterType="java.lang.String" resultType="com.ozs.entity.MsgWebPush">
|
|
select * from msg_web_push where online = '2' and receive_by = #{userId}
|
|
select * from msg_web_push where online = '2' and receive_by = #{userId}
|
|
</select>
|
|
</select>
|
|
</mapper>
|
|
</mapper>
|