src/main/resources/mapper/fish/CannonSettingDao.xml
@@ -20,4 +20,9 @@ order by a.id asc </select> <select id="findCannonWinRecordList" resultType="com.xcong.excoin.modules.fish.vo.CannonWinRecordVo"> select a.* from cannon_win_record a order by a.create_time desc limit 0,10 </select> </mapper>