|
|
@@ -135,7 +135,12 @@ public class LifeUserStoreService {
|
|
|
storeMap.put("businessStatusStr", store.getBusinessStatusStr());
|
|
|
|
|
|
//474bug
|
|
|
+ storeMap.put("businessSection", store.getBusinessSection());
|
|
|
+ storeMap.put("businessSectionName", store.getBusinessSectionName());
|
|
|
+ storeMap.put("businessTypes", store.getBusinessTypes());
|
|
|
storeMap.put("businessTypesName", store.getBusinessTypesName());
|
|
|
+ storeMap.put("businessClassify", store.getBusinessClassify());
|
|
|
+ storeMap.put("businessClassifyName", store.getBusinessClassifyName());
|
|
|
storeMap.put("storeBusinessInfo", storeBusinessInfo);
|
|
|
// 添加门店ID
|
|
|
storeMap.put("storeId", store.getId());
|