提交 e5aebc8a authored 作者: douxy's avatar douxy

修改门店面积获取方式

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