소스 검색

消息推送,未登陆用户,登陆时推送消息

sunhh 1 년 전
부모
커밋
e51f6d7109
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      business-service/src/main/resources/mapper/service/MsgWebPushMapper.xml

+ 1 - 1
business-service/src/main/resources/mapper/service/MsgWebPushMapper.xml

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