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

合并分支 'dxy' 到 'qa'

修改门店面积获取方式 查看合并请求 !129
......@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论