Skip to content

Commit

Permalink
Update permissionMapper.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
feellmoose authored Nov 25, 2023
1 parent 7fdaa90 commit 041bb52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/mapper/permissionMapper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="sast.evento.mapper.PermissionMapper">
<resultMap id="user" type="sast.evento.entitiy.User" autoMapping="true">
<result column="id" property="userId"/>
<result column="id" property="id"/>
</resultMap>

<select id="getUserHasPermissionByEvent" resultMap="user">
Expand All @@ -28,4 +28,4 @@
and event_id = #{event_id}
</update>

</mapper>
</mapper>

0 comments on commit 041bb52

Please sign in to comment.