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

+ 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>