sunhh 1 rok temu
rodzic
commit
5c58f7a5ab

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

@@ -89,7 +89,7 @@
         where receive_by = #{userId} and status = 1
     </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>
 </mapper>