xiaoyong931011
2021-12-08 f5e6133809c553cfd9fb28ee61019927c547c374
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>