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

合并分支 'dxy' 到 'qa'

修改门店面积获取方式 查看合并请求 !129
...@@ -237,7 +237,6 @@ public class QinCeClienteleStoreDO implements Serializable { ...@@ -237,7 +237,6 @@ public class QinCeClienteleStoreDO implements Serializable {
// 渠道小类 -->> 渠道类型 // 渠道小类 -->> 渠道类型
private String channelTypeExt; private String channelTypeExt;
@JsonProperty("store_selling_area")
private String storeSellingArea; private String storeSellingArea;
@TableField(exist = false) @TableField(exist = false)
...@@ -274,6 +273,9 @@ public class QinCeClienteleStoreDO implements Serializable { ...@@ -274,6 +273,9 @@ public class QinCeClienteleStoreDO implements Serializable {
if ("门店类型".equals(extKey)) { if ("门店类型".equals(extKey)) {
this.storeTypeExt = extValue; this.storeTypeExt = extValue;
} }
if ("门店面积".equals(extKey)) {
this.storeSellingArea = extValue;
}
} }
if (!isChain) { if (!isChain) {
this.lineName = this.storeType; this.lineName = this.storeType;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论