继续操作前请注册或者登录。
提交 eca09a1a authored 作者: douxy's avatar douxy

增加勤策门店同步字段

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