src/main/resources/mapper/fish/CannonOwnRecordDao.xml
@@ -13,4 +13,8 @@ where a.member_id = #{memberId} </select> <select id="selectCannonOwnRecordsByIdAndMemberId" resultType="com.xcong.excoin.modules.fish.entity.CannonOwnRecord"> select a.* from cannon_own_record a where a.member_id = #{memberId} and a.id = #{id} </select> </mapper>