| | |
| | | </select> |
| | | |
| | | <select id="findCannonSettingInPage" resultType="com.xcong.excoin.modules.fish.vo.CannonSettingVo"> |
| | | select a.* from cannon_setting a order by id asc |
| | | select a.* from cannon_setting a order by a.id asc |
| | | </select> |
| | | |
| | | <select id="selectCannonSettingByCannonCode" resultType="com.xcong.excoin.modules.fish.entity.CannonSetting"> |
| | | select a.* from cannon_setting a where a.code = #{cannonCode} |
| | | </select> |
| | | |
| | | <select id="findCannonWinRecordInPage" resultType="com.xcong.excoin.modules.fish.vo.CannonWinRecordVo"> |
| | | select a.* from cannon_win_record a |
| | | where a.member_id = #{cannonWinRecord.memberId} |
| | | order by a.id asc |
| | | </select> |
| | | |
| | | </mapper> |