This commit is contained in:
dute7liang
2023-12-31 16:09:56 +08:00
parent d1a59f2d4a
commit 0c1fc3cada
230 changed files with 662 additions and 580 deletions

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiAccountBankcardMapper">
<mapper namespace="com.ruoyi.cai.mapper.AccountBankcardMapper">
<resultMap type="com.ruoyi.cai.domain.AccountBankcard" id="CaiAccountBankcardResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiAccountBusinessMapper">
<mapper namespace="com.ruoyi.cai.mapper.AccountBusinessMapper">
<resultMap type="com.ruoyi.cai.domain.AccountBusiness" id="CaiAccountBusinessResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiAccountCashMapper">
<mapper namespace="com.ruoyi.cai.mapper.AccountCashMapper">
<resultMap type="com.ruoyi.cai.domain.AccountCash" id="CaiAccountCashResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiAccountDetailMapper">
<mapper namespace="com.ruoyi.cai.mapper.AccountDetailMapper">
<resultMap type="com.ruoyi.cai.domain.AccountDetail" id="CaiAccountDetailResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiAccountMapper">
<mapper namespace="com.ruoyi.cai.mapper.AccountMapper">
<resultMap type="com.ruoyi.cai.domain.Account" id="CaiAccountResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiAccountRechargeMapper">
<mapper namespace="com.ruoyi.cai.mapper.AccountRechargeMapper">
<resultMap type="com.ruoyi.cai.domain.AccountRecharge" id="CaiAccountRechargeResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiAnchorApplyMapper">
<mapper namespace="com.ruoyi.cai.mapper.AnchorApplyMapper">
<resultMap type="com.ruoyi.cai.domain.AnchorApply" id="CaiAnchorApplyResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiAnchorMapper">
<mapper namespace="com.ruoyi.cai.mapper.AnchorMapper">
<resultMap type="com.ruoyi.cai.domain.Anchor" id="CaiAnchorResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiAreaMapper">
<mapper namespace="com.ruoyi.cai.mapper.AreaMapper">
<resultMap type="com.ruoyi.cai.domain.Area" id="CaiAreaResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiBannerMapper">
<mapper namespace="com.ruoyi.cai.mapper.BannerMapper">
<resultMap type="com.ruoyi.cai.domain.Banner" id="CaiBannerResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiCitysMapper">
<mapper namespace="com.ruoyi.cai.mapper.CitysMapper">
<resultMap type="com.ruoyi.cai.domain.Citys" id="CaiCitysResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiConsumeLogMapper">
<mapper namespace="com.ruoyi.cai.mapper.ConsumeLogMapper">
<resultMap type="com.ruoyi.cai.domain.CaiConsumeLog" id="CaiConsumeLogResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiDynamicImagesMapper">
<mapper namespace="com.ruoyi.cai.mapper.DynamicImagesMapper">
<resultMap type="com.ruoyi.cai.domain.DynamicImages" id="CaiDynamicImagesResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiDynamicMapper">
<mapper namespace="com.ruoyi.cai.mapper.DynamicMapper">
<resultMap type="com.ruoyi.cai.domain.Dynamic" id="CaiDynamicResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiGiftMapper">
<mapper namespace="com.ruoyi.cai.mapper.GiftMapper">
<resultMap type="com.ruoyi.cai.domain.Gift" id="CaiGiftResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiGiveLogMapper">
<mapper namespace="com.ruoyi.cai.mapper.GiveLogMapper">
<resultMap type="com.ruoyi.cai.domain.GiveLog" id="CaiGiveLogResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiGoodsMapper">
<mapper namespace="com.ruoyi.cai.mapper.GoodsMapper">
<resultMap type="com.ruoyi.cai.domain.Goods" id="CaiGoodsResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiGuardLogMapper">
<mapper namespace="com.ruoyi.cai.mapper.GuardLogMapper">
<resultMap type="com.ruoyi.cai.domain.GuardLog" id="CaiGuardLogResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiGuardTotalMapper">
<mapper namespace="com.ruoyi.cai.mapper.GuardTotalMapper">
<resultMap type="com.ruoyi.cai.domain.GuardTotal" id="CaiGuardTotalResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiLowHeightRiskMapper">
<mapper namespace="com.ruoyi.cai.mapper.LowHeightRiskMapper">
<resultMap type="com.ruoyi.cai.domain.LowHeightRisk" id="CaiLowHeightRiskResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiMemberSkillMapper">
<mapper namespace="com.ruoyi.cai.mapper.MemberSkillMapper">
<resultMap type="com.ruoyi.cai.domain.MemberSkill" id="CaiMemberSkillResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiReportCateMapper">
<mapper namespace="com.ruoyi.cai.mapper.ReportCateMapper">
<resultMap type="com.ruoyi.cai.domain.ReportCate" id="CaiReportCateResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiReportMapper">
<mapper namespace="com.ruoyi.cai.mapper.ReportMapper">
<resultMap type="com.ruoyi.cai.domain.Report" id="CaiReportResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiUnionMapper">
<mapper namespace="com.ruoyi.cai.mapper.UnionMapper">
<select id="pageAdmin" resultType="com.ruoyi.cai.dto.admin.vo.UnionAdminVo">
select t1.*,t2.age,t2.avatar,t2.usercode,t2.nickname,t2.mobile,t2.gender,t2.union_time,t2.status

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiUnionUserMapper">
<mapper namespace="com.ruoyi.cai.mapper.UnionUserMapper">
<select id="pageAdmin" resultType="com.ruoyi.cai.dto.admin.vo.UnionUserAdminVo">
select t1.*,t3.name as union_name,
t2.age,t2.avatar,t2.usercode,t2.nickname,t2.mobile,t2.gender,t2.status,t2.is_anchor

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiUserAlbumMapper">
<mapper namespace="com.ruoyi.cai.mapper.UserAlbumMapper">
<resultMap type="com.ruoyi.cai.domain.UserAlbum" id="CaiUserAlbumResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiUserBlacklistMapper">
<mapper namespace="com.ruoyi.cai.mapper.UserBlacklistMapper">
<resultMap type="com.ruoyi.cai.domain.UserBlacklist" id="CaiUserBlacklistResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiUserCallMapper">
<mapper namespace="com.ruoyi.cai.mapper.UserCallMapper">
<resultMap type="com.ruoyi.cai.domain.UserCall" id="CaiUserCallResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiUserCameraAuditMapper">
<mapper namespace="com.ruoyi.cai.mapper.UserCameraAuditMapper">
<resultMap type="com.ruoyi.cai.domain.UserCameraAudit" id="CaiUserCameraAuditResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiUserCodeGenMapper">
<mapper namespace="com.ruoyi.cai.mapper.UserCodeGenMapper">
<resultMap type="com.ruoyi.cai.domain.UserCodeGen" id="CaiUserCodeGenResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiUserCountMapper">
<mapper namespace="com.ruoyi.cai.mapper.UserCountMapper">
<resultMap type="com.ruoyi.cai.domain.UserCount" id="CaiUserCountResult">
<result property="userId" column="user_id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiUserFollowDynamicMapper">
<mapper namespace="com.ruoyi.cai.mapper.UserFollowDynamicMapper">
<resultMap type="com.ruoyi.cai.domain.UserFollowDynamic" id="CaiUserFollowDynamicResult">
<result property="userId" column="user_id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiUserFollowMapper">
<mapper namespace="com.ruoyi.cai.mapper.UserFollowMapper">
<resultMap type="com.ruoyi.cai.domain.UserFollow" id="CaiUserFollowResult">
<result property="userId" column="user_id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiUserForbidMapper">
<mapper namespace="com.ruoyi.cai.mapper.UserForbidMapper">
<resultMap type="com.ruoyi.cai.domain.UserForbid" id="CaiUserForbidResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiUserGiftMapper">
<mapper namespace="com.ruoyi.cai.mapper.UserGiftMapper">
<resultMap type="com.ruoyi.cai.domain.UserGift" id="CaiUserGiftResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiUserInviteMapper">
<mapper namespace="com.ruoyi.cai.mapper.UserInviteMapper">
<resultMap type="com.ruoyi.cai.domain.UserInvite" id="CaiUserInviteResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiUserMapper">
<mapper namespace="com.ruoyi.cai.mapper.UserMapper">
<select id="pageAdmin" resultType="com.ruoyi.cai.dto.admin.vo.UserAdminVo">
select t1.*,t2.last_login_ip,t2.last_login_time,t2.reg_ip,t2.reg_time

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiUserMemberMapper">
<mapper namespace="com.ruoyi.cai.mapper.UserMemberMapper">
<resultMap type="com.ruoyi.cai.domain.UserMember" id="CaiUserMemberResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiUserOnlineMapper">
<mapper namespace="com.ruoyi.cai.mapper.UserOnlineMapper">
<resultMap type="com.ruoyi.cai.domain.UserOnline" id="CaiUserOnlineResult">
<result property="userId" column="user_id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiUserRiskLogMapper">
<mapper namespace="com.ruoyi.cai.mapper.UserRiskLogMapper">
<resultMap type="com.ruoyi.cai.domain.UserRiskLog" id="CaiUserRiskLogResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiUserVisitorMapper">
<mapper namespace="com.ruoyi.cai.mapper.UserVisitorMapper">
<resultMap type="com.ruoyi.cai.domain.UserVisitor" id="CaiUserVisitorResult">
<result property="id" column="id"/>

View File

@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.cai.mapper.CaiWithdrawExchangeMapper">
<mapper namespace="com.ruoyi.cai.mapper.WithdrawExchangeMapper">
<resultMap type="com.ruoyi.cai.domain.WithdrawExchange" id="CaiWithdrawExchangeResult">
<result property="id" column="id"/>