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