提交 ca7a7e74 authored 作者: 窦馨雨's avatar 窦馨雨

合并分支 'dxy' 到 'master'

增加勤策门店同步字段 查看合并请求 !133
...@@ -239,6 +239,8 @@ public class QinCeClienteleStoreDO implements Serializable { ...@@ -239,6 +239,8 @@ public class QinCeClienteleStoreDO implements Serializable {
private String storeSellingArea; private String storeSellingArea;
private String channelTheTypeExt;
@TableField(exist = false) @TableField(exist = false)
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
...@@ -276,6 +278,9 @@ public class QinCeClienteleStoreDO implements Serializable { ...@@ -276,6 +278,9 @@ public class QinCeClienteleStoreDO implements Serializable {
if ("门店面积".equals(extKey)) { if ("门店面积".equals(extKey)) {
this.storeSellingArea = extValue; this.storeSellingArea = extValue;
} }
if ("渠道类型(点击问号查看分类说明)".equals(extKey)) {
this.channelTheTypeExt = extValue;
}
} }
if (!isChain) { if (!isChain) {
this.lineName = this.storeType; this.lineName = this.storeType;
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
<result property="storeModifierCode" column="store_modifier_code" jdbcType="VARCHAR"/> <result property="storeModifierCode" column="store_modifier_code" jdbcType="VARCHAR"/>
<result property="storeApprovalStatus" column="store_approval_status" jdbcType="CHAR"/> <result property="storeApprovalStatus" column="store_approval_status" jdbcType="CHAR"/>
<result property="storeSellingArea" column="store_selling_area" jdbcType="VARCHAR"/> <result property="storeSellingArea" column="store_selling_area" jdbcType="VARCHAR"/>
<result property="channelTheTypeExt" column="channel_the_type_ext" jdbcType="VARCHAR"/>
<result property="storeStatus" column="store_status" jdbcType="CHAR"/> <result property="storeStatus" column="store_status" jdbcType="CHAR"/>
<result property="createTime" column="create_time" jdbcType="CHAR"/> <result property="createTime" column="create_time" jdbcType="CHAR"/>
</resultMap> </resultMap>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论