xiaoyong931011
2021-11-24 d0748bb35a57c3e2fa901559a954a9541ba51fcc
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>