|
@@ -17,8 +17,8 @@
|
|
<result column="AUDIT_USER_NAME" property="auditUserName" />
|
|
<result column="AUDIT_USER_NAME" property="auditUserName" />
|
|
<result column="BEGIN_TIME" property="beginTime" />
|
|
<result column="BEGIN_TIME" property="beginTime" />
|
|
<result column="END_TIME" property="endTime" />
|
|
<result column="END_TIME" property="endTime" />
|
|
- <result column="BRAND_CODE" property="brandCode" />
|
|
|
|
- <result column="SUB_BRAND_CODE" property="subBrandCode" />
|
|
|
|
|
|
+<!-- <result column="BRAND_CODE" property="brandCode" />-->
|
|
|
|
+<!-- <result column="SUB_BRAND_CODE" property="subBrandCode" />-->
|
|
<result column="url_tab" property="urlTab" />
|
|
<result column="url_tab" property="urlTab" />
|
|
<result column="ACTIVE_URL" property="activeUrl" />
|
|
<result column="ACTIVE_URL" property="activeUrl" />
|
|
<result column="CREATE_TIME" property="createTime" />
|
|
<result column="CREATE_TIME" property="createTime" />
|
|
@@ -30,7 +30,7 @@
|
|
|
|
|
|
<!-- 通用查询结果列 -->
|
|
<!-- 通用查询结果列 -->
|
|
<sql id="Base_Column_List">
|
|
<sql id="Base_Column_List">
|
|
- id, active_id, active_code, active_name, active_type, audit_status, apply_time, apply_user_id, apply_user_name, audit_user_id, audit_user_name, begin_time, end_time, brand_code, sub_brand_code, url_tab, active_url, create_time, create_by, update_time, update_by, is_delete
|
|
|
|
|
|
+ id, active_id, active_code, active_name, active_type, audit_status, apply_time, apply_user_id, apply_user_name, audit_user_id, audit_user_name, begin_time, end_time, url_tab, active_url, create_time, create_by, update_time, update_by, is_delete
|
|
</sql>
|
|
</sql>
|
|
|
|
|
|
</mapper>
|
|
</mapper>
|