@@ -3,7 +3,7 @@
<mapper namespace="shop.alien.store.mapper.EssentialCityCodeMapper">
<!-- 通用查询映射结果 -->
- <resultMap id="BaseResultMap" type="shop.alien.store.entity.EssentialCityCode">
+ <resultMap id="BaseResultMap" type="shop.alien.entity.store.EssentialCityCode">
<id column="id" property="id" />
<result column="area_name" property="areaName" />
<result column="area_code" property="areaCode" />
<mapper namespace="shop.alien.store.mapper.EssentialHolidayComparisonMapper">
- <resultMap id="BaseResultMap" type="shop.alien.store.entity.EssentialHolidayComparison">
+ <resultMap id="BaseResultMap" type="shop.alien.entity.store.EssentialHolidayComparison">
<result column="festival_name" property="festivalName" />
<result column="festival_date" property="festivalDate" />
<mapper namespace="shop.alien.store.mapper.EssentialModuleInformationMapper">
- <resultMap id="BaseResultMap" type="shop.alien.store.entity.EssentialModuleInformation">
+ <resultMap id="BaseResultMap" type="shop.alien.entity.store.EssentialModuleInformation">
<result column="key" property="key" />
<result column="value" property="value" />
<mapper namespace="shop.alien.store.mapper.EvaluationLabelMapper">
- <resultMap id="BaseResultMap" type="shop.alien.store.entity.EvaluationLabel">
+ <resultMap id="BaseResultMap" type="shop.alien.entity.store.EvaluationLabel">
<result column="evaluation_Id" property="evaluationId" />
<result column="store_id" property="storeId" />
<mapper namespace="shop.alien.store.mapper.LifeAppealManageMapper">
<mapper namespace="shop.alien.store.mapper.LifeBlacklistMapper">
- <resultMap id="BaseResultMap" type="shop.alien.store.entity.LifeBlacklist">
+ <resultMap id="BaseResultMap" type="shop.alien.entity.store.LifeBlacklist">
<result column="blocker_type" property="blockerType" />
<result column="blocker_id" property="blockerId" />
@@ -21,7 +21,7 @@
id, blocker_type, blocker_id, blocked_type, blocked_id, delete_flag, created_time, created_user_id, updated_time, updated_user_id
</sql>
- <select id="selectListByUserId" resultType="shop.alien.store.entity.LifeBlacklist">
+ <select id="selectListByUserId" resultType="shop.alien.entity.store.LifeBlacklist">
SELECT
blacklist.*
FROM
<mapper namespace="shop.alien.store.mapper.LifeDiscountCouponMapper">
- <resultMap id="BaseResultMap" type="shop.alien.store.entity.LifeDiscountCoupon">
+ <resultMap id="BaseResultMap" type="shop.alien.entity.store.LifeDiscountCoupon">
<result column="name" property="name" />
<mapper namespace="shop.alien.store.mapper.LifeDiscountCouponStoreFriendMapper">
- <resultMap id="BaseResultMap" type="shop.alien.store.entity.LifeDiscountCouponStoreFriend">
+ <resultMap id="BaseResultMap" type="shop.alien.entity.store.LifeDiscountCouponStoreFriend">
<result column="store_user_id" property="storeUserId" />
<result column="coupon_id" property="couponId" />
<mapper namespace="shop.alien.store.mapper.LifeDiscountCouponStoreFriendSendRecordMapper">
- <resultMap id="BaseResultMap" type="shop.alien.store.entity.LifeDiscountCouponStoreFriendSendRecord">
+ <resultMap id="BaseResultMap" type="shop.alien.entity.store.LifeDiscountCouponStoreFriendSendRecord">
<result column="user_id" property="userId" />
<result column="order_id" property="orderId" />
<mapper namespace="shop.alien.store.mapper.LifeDiscountCouponUnavailableRulesMapper">
- <resultMap id="BaseResultMap" type="shop.alien.store.entity.LifeDiscountCouponUnavailableRules">
+ <resultMap id="BaseResultMap" type="shop.alien.entity.store.LifeDiscountCouponUnavailableRules">
<result column="discount_coupon_id" property="discountCouponId" />
<result column="discount_coupon" property="discountCoupon" />
<mapper namespace="shop.alien.store.mapper.LifeDiscountCouponUserMapper">
- <resultMap id="BaseResultMap" type="shop.alien.store.entity.LifeDiscountCouponUser">
+ <resultMap id="BaseResultMap" type="shop.alien.entity.store.LifeDiscountCouponUser">
<mapper namespace="shop.alien.store.mapper.LifeUserExpertMapper">
- <resultMap id="BaseResultMap" type="shop.alien.store.entity.LifeUserExpert">
+ <resultMap id="BaseResultMap" type="shop.alien.entity.store.LifeUserExpert">
<result column="expert_code" property="expertCode" />
<mapper namespace="shop.alien.store.mapper.LifeUserExpertOrderMapper">
- <resultMap id="BaseResultMap" type="shop.alien.store.entity.LifeUserExpertOrder">
+ <resultMap id="BaseResultMap" type="shop.alien.entity.store.LifeUserExpertOrder">
<result column="expert_id" property="expertId" />
<mapper namespace="shop.alien.store.mapper.LifeUserExpertWorksMapper">
- <resultMap id="BaseResultMap" type="shop.alien.store.entity.LifeUserExpertWorks">
+ <resultMap id="BaseResultMap" type="shop.alien.entity.store.LifeUserExpertWorks">
<mapper namespace="shop.alien.store.mapper.LifeUserViolationMapper">
- <resultMap id="BaseResultMap" type="shop.alien.store.entity.LifeUserViolation">
+ <resultMap id="BaseResultMap" type="shop.alien.entity.store.LifeUserViolation">
<result column="reported_user_id" property="reportedUserId" />
<result column="reported_user_type" property="reportedUserType" />
@@ -4,7 +4,7 @@
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="shop.alien.store.mapper.ManagementInfoMapper">
- <select id="getAllManagementInfo" resultType="shop.alien.store.entity.ManagementInfo">
+ <select id="getAllManagementInfo" resultType="shop.alien.entity.store.ManagementInfo">
store.id AS store_id,
store.store_name,
<mapper namespace="shop.alien.store.mapper.StoreActivityMapper">
- <resultMap id="BaseResultMap" type="shop.alien.store.entity.StoreActivity">
+ <resultMap id="BaseResultMap" type="shop.alien.entity.store.StoreActivity">
<result column="activity_title" property="activityTitle" />
<result column="activity_type" property="activityType" />
<mapper namespace="shop.alien.store.mapper.StoreActivityRuleDetailMapper">
- <resultMap id="BaseResultMap" type="shop.alien.store.entity.StoreActivityRuleDetail">
+ <resultMap id="BaseResultMap" type="shop.alien.entity.store.StoreActivityRuleDetail">
<result column="activity_id" property="activityId" />
<result column="activity_rule_id" property="activityRuleId" />
<mapper namespace="shop.alien.store.mapper.StoreActivityRuleMapper">
- <resultMap id="BaseResultMap" type="shop.alien.store.entity.StoreActivityRule">
+ <resultMap id="BaseResultMap" type="shop.alien.entity.store.StoreActivityRule">
<result column="rule_type" property="ruleType" />
<mapper namespace="shop.alien.store.mapper.StoreEvaluationMapper">
- <resultMap id="BaseResultMap" type="shop.alien.store.entity.StoreEvaluation">
+ <resultMap id="BaseResultMap" type="shop.alien.entity.store.StoreEvaluation">
<result column="user_order_id" property="userOrderId" />
<result column="score" property="score" />
<mapper namespace="shop.alien.store.mapper.StoreGroupInfoMapper">
- <resultMap id="BaseResultMap" type="shop.alien.store.entity.StoreGroupInfo">
+ <resultMap id="BaseResultMap" type="shop.alien.entity.store.StoreGroupInfo">
<result column="group_id" property="groupId" />
<result column="area" property="area" />
<mapper namespace="shop.alien.store.mapper.StoreGroupPackageMapper">
- <resultMap id="BaseResultMap" type="shop.alien.store.entity.StoreGroupPackage">
+ <resultMap id="BaseResultMap" type="shop.alien.entity.store.StoreGroupPackage">
<result column="group_name" property="groupName" />
<mapper namespace="shop.alien.store.mapper.StoreMembershipCardMapper">
- <resultMap id="BaseResultMap" type="shop.alien.store.entity.StoreMembershipCard">
+ <resultMap id="BaseResultMap" type="shop.alien.entity.store.StoreMembershipCard">
<result column="store_name" property="storeName" />
<mapper namespace="shop.alien.store.mapper.StoreMembershipCardOrderMapper">
- <resultMap id="BaseResultMap" type="shop.alien.store.entity.StoreMembershipCardOrder">
+ <resultMap id="BaseResultMap" type="shop.alien.entity.store.StoreMembershipCardOrder">
<result column="card_id" property="cardId" />
<result column="order_code" property="orderCode" />