src/main/resources/mapper/fish/CannonOwnRecordDao.xml
@@ -7,7 +7,7 @@ </select> <select id="selectCannonOwnRecordsByMemberId" resultType="com.xcong.excoin.modules.fish.vo.OwnCannonVo"> select a.*,b.gold_consume goldConsume select a.*,b.gold_consume goldConsume,b.cannon_img cannonImg,b.bullet_img bulletImg from cannon_own_record a left join cannon_setting b on a.cannon_code = b.code where a.member_id = #{memberId}