Commit 6339a46f by zhiwj

添加评价人数

parent 81a881ad
......@@ -32,6 +32,8 @@ public enum StoreESFieldsEnum {
BUSSINESSTIME("businessTimeList", "门店营业时间"),
ADDRESS("address", "门店详细地址"),
LOCATION("location", "经纬度"),
SCORE("score", "分数"),
EVALUATECOUNT("evaluateCount", "评价分数"),
C1("c1", "自定义字段1"),
C2("c2", "自定义字段2"),
C3("c3", "自定义字段3"),
......
......@@ -428,6 +428,8 @@ public class StoreController extends DownloadUtils {
list.add(new StoreListSourceVO(StoreESFieldsEnum.REGIONNAME.getField(), StoreESFieldsEnum.REGIONNAME.getDesc()));
list.add(new StoreListSourceVO(StoreESFieldsEnum.ERPSTATUS.getField(), StoreESFieldsEnum.ERPSTATUS.getDesc()));
list.add(new StoreListSourceVO(StoreESFieldsEnum.STORETYPE.getField(), StoreESFieldsEnum.STORETYPE.getDesc()));
list.add(new StoreListSourceVO(StoreESFieldsEnum.SCORE.getField(), StoreESFieldsEnum.SCORE.getDesc()));
list.add(new StoreListSourceVO(StoreESFieldsEnum.EVALUATECOUNT.getField(), StoreESFieldsEnum.EVALUATECOUNT.getDesc()));
list.add(new StoreListSourceVO(StoreESFieldsEnum.STOREID.getField(), StoreESFieldsEnum.STOREID.getDesc(),1));
return list;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment