Commit 2b006b66 by 陶光胜

门店保存修改

parent 3245ea38
......@@ -108,7 +108,7 @@ public class StoreServiceImpl implements StoreService {
tabStoreInfo.setIndexId(copy.getIndexId());
TabStore store = new TabStore();
store.setEnterpriseId(copy.getEnterpriseId());
store.setOwnType(com.gic.enterprise.constants.Constants.NORMAL_STATUS);
store.setOwnType(StoreOwnTypeEnum.OWNER.getCode());
store.setStatus(com.gic.enterprise.constants.Constants.NORMAL_STATUS);
store.setStoreGroupId(copy.getStoreGroupId());
store.setStoreInfoId(tabStoreInfo.getStoreInfoId());
......
......@@ -462,8 +462,6 @@ 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