Browse Source

数聚改为领数

liuyuqi 9 years ago
parent
commit
102c704195
35 changed files with 96 additions and 96 deletions
  1. 4 4
      src/main/java/com/cloudcross/ssp/listener/InitData.java
  2. 4 4
      src/main/java/com/cloudcross/ssp/listener/InitDataListener.java
  3. 3 3
      src/main/java/com/cloudcross/ssp/model/PlaceClass.java
  4. 2 2
      src/main/java/com/cloudcross/ssp/model/PlaceClassInformation.java
  5. 1 1
      src/main/java/com/cloudcross/ssp/model/PlaceOperator.java
  6. 2 2
      src/main/java/com/cloudcross/ssp/model/Wifi.java
  7. 2 2
      src/main/java/com/cloudcross/ssp/model/pojo/PlaceNamePojo.java
  8. 3 3
      src/main/java/com/cloudcross/ssp/service/IPlaceClassInformationService.java
  9. 3 3
      src/main/java/com/cloudcross/ssp/service/IPlaceClassService.java
  10. 1 1
      src/main/java/com/cloudcross/ssp/service/IPlaceOperatorService.java
  11. 3 3
      src/main/java/com/cloudcross/ssp/service/IPlaceService.java
  12. 1 1
      src/main/java/com/cloudcross/ssp/service/impl/AdGroupService.java
  13. 1 1
      src/main/java/com/cloudcross/ssp/web/advertiser/main/ad/target/AdGroupAlloperatorController.java
  14. 8 8
      src/main/java/com/cloudcross/ssp/web/back/main/ap/ApmacController.java
  15. 11 11
      src/main/java/com/cloudcross/ssp/web/back/main/ap/PlaceController.java
  16. 12 12
      src/main/java/com/cloudcross/ssp/web/operator/main/ap/ApmacController.java
  17. 3 3
      src/main/resources/template/excel/apList.ftl
  18. 1 1
      src/main/resources/template/excel/relationship.ftl
  19. 1 1
      src/main/resources/template/excel/relationshipBack.ftl
  20. 2 2
      src/main/resources/template/excel/wifiSumList.ftl
  21. 1 1
      src/main/webapp/WEB-INF/pages/advertiser/main/ad/target/ad-group-alloperator/create.ftl
  22. 3 3
      src/main/webapp/WEB-INF/pages/back/main/ap/apmac/list.ftl
  23. 2 2
      src/main/webapp/WEB-INF/pages/back/main/ap/apmac/relationship.ftl
  24. 1 1
      src/main/webapp/WEB-INF/pages/back/main/ap/apmac/wifiSum.ftl
  25. 1 1
      src/main/webapp/WEB-INF/pages/back/main/ap/place/place-sort.ftl
  26. 4 4
      src/main/webapp/WEB-INF/pages/back/main/ap/place/unclassfiedPlaceName.ftl
  27. 1 1
      src/main/webapp/WEB-INF/pages/errors/403.ftl
  28. 1 1
      src/main/webapp/WEB-INF/pages/operator/main/ap/apmac/list.ftl
  29. 2 2
      src/main/webapp/WEB-INF/pages/operator/main/ap/apmac/relationship.ftl
  30. 2 2
      src/main/webapp/assets/js/advertiser/operatoradAllGroup.js
  31. 1 1
      src/main/webapp/assets/js/advertiser/operatoradAllGroup_dialog.js
  32. 4 4
      src/main/webapp/assets/js/back/apApmacForDownList.js
  33. 1 1
      src/main/webapp/assets/js/back/apPlace.js
  34. 1 1
      src/main/webapp/assets/js/common/apApgroup.js
  35. 3 3
      src/main/webapp/assets/js/operator/apApmacForDownList.js

+ 4 - 4
src/main/java/com/cloudcross/ssp/listener/InitData.java

@@ -14,11 +14,11 @@ public class InitData {
 	
 	
 	//用来存储地域的location,cn,cn_city进内存,这里以location为key,value是"cn,cn_city"
 	//用来存储地域的location,cn,cn_city进内存,这里以location为key,value是"cn,cn_city"
 	public static Map<String, String> locationMap = new HashMap<String, String>();
 	public static Map<String, String> locationMap = new HashMap<String, String>();
-	//这里存储数子场景
+	//这里存储数子场景
 	public static Map<Integer, String> placeMap = new HashMap<Integer, String>();
 	public static Map<Integer, String> placeMap = new HashMap<Integer, String>();
-	//这里存储数场景
+	//这里存储数场景
 	public static Map<Integer, String> placeClassInfoMap = new HashMap<Integer, String>();
 	public static Map<Integer, String> placeClassInfoMap = new HashMap<Integer, String>();
-	//这里存储数子场景和数场景的对应关系
+	//这里存储数子场景和数场景的对应关系
 	public static Map<Integer, List<Long>> placeClassMap = new HashMap<Integer, List<Long>>();
 	public static Map<Integer, List<Long>> placeClassMap = new HashMap<Integer, List<Long>>();
 	
 	
 	private InitData() {
 	private InitData() {
@@ -65,7 +65,7 @@ public class InitData {
 	}
 	}
 	
 	
 	/**
 	/**
-	 * 根据数子场景id得到它的数场景的名称
+	 * 根据数子场景id得到它的数场景的名称
 	 * @param placeId
 	 * @param placeId
 	 * @return
 	 * @return
 	 */
 	 */

+ 4 - 4
src/main/java/com/cloudcross/ssp/listener/InitDataListener.java

@@ -18,7 +18,7 @@ import com.cloudcross.ssp.service.impl.LocationService;
 import com.cloudcross.ssp.service.impl.PlaceService;
 import com.cloudcross.ssp.service.impl.PlaceService;
 
 
 /**
 /**
- * 让项目一启动就加载地域,数场景和场景的信息,放进内存里
+ * 让项目一启动就加载地域,数场景和场景的信息,放进内存里
  * 
  * 
  * @author chenyou
  * @author chenyou
  *
  *
@@ -61,14 +61,14 @@ public class InitDataListener implements
 				}
 				}
 			}
 			}
 
 
-			// 加载数子场景信息,key值为数子场景的id,value值为数子场景名称
+			// 加载数子场景信息,key值为数子场景的id,value值为数子场景名称
 			List<Place> placeList = placeService.findAll();
 			List<Place> placeList = placeService.findAll();
 			for (int i = 0; i < placeList.size(); i++) {
 			for (int i = 0; i < placeList.size(); i++) {
 				InitData.placeMap.put(placeList.get(i).getId().intValue(),
 				InitData.placeMap.put(placeList.get(i).getId().intValue(),
 						placeList.get(i).getName());
 						placeList.get(i).getName());
 			}
 			}
 
 
-			// 加载数场景信息,key值为数场景id,value值为数场景名称
+			// 加载数场景信息,key值为数场景id,value值为数场景名称
 			List<PlaceClassInformation> placeClassInformationList = placeClassInformationService
 			List<PlaceClassInformation> placeClassInformationList = placeClassInformationService
 					.findAll();
 					.findAll();
 			for (int i = 0; i < placeClassInformationList.size(); i++) {
 			for (int i = 0; i < placeClassInformationList.size(); i++) {
@@ -78,7 +78,7 @@ public class InitDataListener implements
 								.getName());
 								.getName());
 			}
 			}
 
 
-			// 加载数场景和数子场景的对应关系key值为数场景的id,value值为该数场景下的数子场景的id的list,如果该数场景下的数子场景没有则这个list的大小为0
+			// 加载数场景和数子场景的对应关系key值为数场景的id,value值为该数场景下的数子场景的id的list,如果该数场景下的数子场景没有则这个list的大小为0
 			List<PlaceClass> placeClassList = placeClassService.findAll();
 			List<PlaceClass> placeClassList = placeClassService.findAll();
 			List<Long> list = null;
 			List<Long> list = null;
 			for (int i = 0; i < placeClassList.size(); i++) {
 			for (int i = 0; i < placeClassList.size(); i++) {

+ 3 - 3
src/main/java/com/cloudcross/ssp/model/PlaceClass.java

@@ -1,14 +1,14 @@
 package com.cloudcross.ssp.model;
 package com.cloudcross.ssp.model;
 
 
 /**
 /**
- * 数场景和数子场景的对应关系表对应数据库表t_place_class
+ * 数场景和数子场景的对应关系表对应数据库表t_place_class
  * @author chenyou
  * @author chenyou
  *
  *
  */
  */
 public class PlaceClass {
 public class PlaceClass {
-	//数场景id
+	//数场景id
 	private Long classId;
 	private Long classId;
-	//数子场景id
+	//数子场景id
 	private Long placeId;
 	private Long placeId;
 	
 	
 	public Long getClassId() {
 	public Long getClassId() {

+ 2 - 2
src/main/java/com/cloudcross/ssp/model/PlaceClassInformation.java

@@ -3,14 +3,14 @@ package com.cloudcross.ssp.model;
 import com.cloudcross.ssp.web.widget.SelectorController.ISelector;
 import com.cloudcross.ssp.web.widget.SelectorController.ISelector;
 
 
 /**
 /**
- * 云联定义的数场景的表信息,对应数据库的t_place_class_info
+ * 云联定义的数场景的表信息,对应数据库的t_place_class_info
  * @author chenyou
  * @author chenyou
  *
  *
  */
  */
 public class PlaceClassInformation implements ISelector{
 public class PlaceClassInformation implements ISelector{
 	//主键
 	//主键
 	private Long id;
 	private Long id;
-	//数场景名称
+	//数场景名称
 	private String name;
 	private String name;
 	public Long getId() {
 	public Long getId() {
 		return id;
 		return id;

+ 1 - 1
src/main/java/com/cloudcross/ssp/model/PlaceOperator.java

@@ -1,7 +1,7 @@
 package com.cloudcross.ssp.model;
 package com.cloudcross.ssp.model;
 
 
 /**
 /**
- * 运营商定义的场景名称和云联定义数子场景名称对对应表
+ * 运营商定义的场景名称和云联定义数子场景名称对对应表
  * 对应数据库的t_place_operator表
  * 对应数据库的t_place_operator表
  * @author chenyou
  * @author chenyou
  *
  *

+ 2 - 2
src/main/java/com/cloudcross/ssp/model/Wifi.java

@@ -26,9 +26,9 @@ public class Wifi {
 	private String place;
 	private String place;
 	//场景id,这是云联自己定义的场景名称对应的id
 	//场景id,这是云联自己定义的场景名称对应的id
 	private Long placeId;
 	private Long placeId;
-	//数场景子场景在联表查询时使用
+	//数场景子场景在联表查询时使用
 	private String placeName;
 	private String placeName;
-	//数场景名称在联表查询时使用
+	//数场景名称在联表查询时使用
 	private String placeClassName;
 	private String placeClassName;
 	//运营商id
 	//运营商id
 	private Long operatorId;
 	private Long operatorId;

+ 2 - 2
src/main/java/com/cloudcross/ssp/model/pojo/PlaceNamePojo.java

@@ -5,9 +5,9 @@ public class PlaceNamePojo {
 	
 	
 	private String opeatorPlaceName;//供应商场景名称
 	private String opeatorPlaceName;//供应商场景名称
 	
 	
-	private String placeName;//数小场景
+	private String placeName;//数小场景
 	
 	
-	private String placeClassName;//数大场景
+	private String placeClassName;//数大场景
 
 
 	public String getOperatorName() {
 	public String getOperatorName() {
 		return operatorName;
 		return operatorName;

+ 3 - 3
src/main/java/com/cloudcross/ssp/service/IPlaceClassInformationService.java

@@ -8,21 +8,21 @@ import com.cloudcross.ssp.model.PlaceClassInformation;
 
 
 
 
 /**
 /**
- * 数场景服务接口定义
+ * 数场景服务接口定义
  * @author chenyou
  * @author chenyou
  *
  *
  */
  */
 public interface IPlaceClassInformationService extends IGenericService<PlaceClassInformation> {
 public interface IPlaceClassInformationService extends IGenericService<PlaceClassInformation> {
 	
 	
 	/**
 	/**
-	 * 根据运营商查找与这个运营商对应的数场景
+	 * 根据运营商查找与这个运营商对应的数场景
 	 * @param operatorId
 	 * @param operatorId
 	 * @return
 	 * @return
 	 */
 	 */
 	List<PlaceClassInformation> findPlaceClassByOperatorId();
 	List<PlaceClassInformation> findPlaceClassByOperatorId();
 	
 	
 	/**
 	/**
-	 * 查找所有的数场景
+	 * 查找所有的数场景
 	 * @return
 	 * @return
 	 */
 	 */
 	List<PlaceClassInformation> findAll();
 	List<PlaceClassInformation> findAll();

+ 3 - 3
src/main/java/com/cloudcross/ssp/service/IPlaceClassService.java

@@ -7,13 +7,13 @@ import com.cloudcross.ssp.base.service.IGenericService;
 import com.cloudcross.ssp.model.PlaceClass;
 import com.cloudcross.ssp.model.PlaceClass;
 
 
 /**
 /**
- * 数场景和其子场景对应关系服务接口
+ * 数场景和其子场景对应关系服务接口
  * @author chenyou
  * @author chenyou
  *
  *
  */
  */
 public interface IPlaceClassService extends IGenericService<PlaceClass> {
 public interface IPlaceClassService extends IGenericService<PlaceClass> {
 	/**
 	/**
-	 * 根据数子场景id删除它和数场景的对应关系
+	 * 根据数子场景id删除它和数场景的对应关系
 	 * @param place_id
 	 * @param place_id
 	 * @return
 	 * @return
 	 */
 	 */
@@ -21,7 +21,7 @@ public interface IPlaceClassService extends IGenericService<PlaceClass> {
 	public List<Long> queryPlaceIdByClassId(Long classId);
 	public List<Long> queryPlaceIdByClassId(Long classId);
 	
 	
 	/**
 	/**
-	 * 找出所有的数场景和数子场景的对应关系
+	 * 找出所有的数场景和数子场景的对应关系
 	 * @return
 	 * @return
 	 */
 	 */
 	List<PlaceClass> findAll();
 	List<PlaceClass> findAll();

+ 1 - 1
src/main/java/com/cloudcross/ssp/service/IPlaceOperatorService.java

@@ -61,7 +61,7 @@ public interface IPlaceOperatorService extends IGenericService<PlaceOperator> {
 	List<PlaceOperator> findUnclassfiedPlace(Map<String, Object> paramMap);
 	List<PlaceOperator> findUnclassfiedPlace(Map<String, Object> paramMap);
 
 
 	/**
 	/**
-	 * 保存对应关系,将选择的未分类的场景的对应的数场景的id进行更新
+	 * 保存对应关系,将选择的未分类的场景的对应的数场景的id进行更新
 	 * @param 
 	 * @param 
 	 * @return
 	 * @return
 	 */
 	 */

+ 3 - 3
src/main/java/com/cloudcross/ssp/service/IPlaceService.java

@@ -10,7 +10,7 @@ import com.cloudcross.ssp.common.utils.Pager1;
 public interface IPlaceService extends IGenericService<Place> {
 public interface IPlaceService extends IGenericService<Place> {
 	
 	
 	/**
 	/**
-	 * 从数据库中,找到所有的数子场景
+	 * 从数据库中,找到所有的数子场景
 	 * @return
 	 * @return
 	 */
 	 */
 	List<Place> findPlace();
 	List<Place> findPlace();
@@ -18,7 +18,7 @@ public interface IPlaceService extends IGenericService<Place> {
 	public List<Place> findAll();
 	public List<Place> findAll();
 	
 	
 	/**
 	/**
-	 * 查找未分类的数子场景
+	 * 查找未分类的数子场景
 	 * @return
 	 * @return
 	 */
 	 */
 	List<Place> findUnclassfiedPlace(Pager1 pager);
 	List<Place> findUnclassfiedPlace(Pager1 pager);
@@ -30,7 +30,7 @@ public interface IPlaceService extends IGenericService<Place> {
 	int countUnclassfiedPlace();
 	int countUnclassfiedPlace();
 	
 	
 	/**
 	/**
-	 * 根据数场景id得到对应的数子场景
+	 * 根据数场景id得到对应的数子场景
 	 * @param placeClassId
 	 * @param placeClassId
 	 * @return
 	 * @return
 	 */
 	 */

+ 1 - 1
src/main/java/com/cloudcross/ssp/service/impl/AdGroupService.java

@@ -713,7 +713,7 @@ public void commonSaveDriect(Map<String,Object> targetParamsMap,Map<String,Objec
 			adgroupPlace.setStatus(0);
 			adgroupPlace.setStatus(0);
 			adgroupPlace.setSupdated(supdated);
 			adgroupPlace.setSupdated(supdated);
 			if(placeId.contains("c")){
 			if(placeId.contains("c")){
-				//数场景,要获取小场景
+				//数场景,要获取小场景
 				placeId = placeId.substring(2);
 				placeId = placeId.substring(2);
 				Map<String,Object>map = new HashMap<String,Object>();
 				Map<String,Object>map = new HashMap<String,Object>();
 				map.put("placeId", placeId);
 				map.put("placeId", placeId);

+ 1 - 1
src/main/java/com/cloudcross/ssp/web/advertiser/main/ad/target/AdGroupAlloperatorController.java

@@ -159,7 +159,7 @@ public class AdGroupAlloperatorController extends SimpleController{
 	 * 选择媒体场景
 	 * 选择媒体场景
 	 * 创建人:周俊
 	 * 创建人:周俊
 	 * 创建时间:2015.12.11 17:52
 	 * 创建时间:2015.12.11 17:52
-	 * 每个运营商场景显示:{场景ID,运营商名+运营商场景,数小场景}即:{id,getOperatorShowName(),placeId}其中placeId要传到后台
+	 * 每个运营商场景显示:{场景ID,运营商名+运营商场景,数小场景}即:{id,getOperatorShowName(),placeId}其中placeId要传到后台
 	 * @return
 	 * @return
 	 */
 	 */
 	@RequestMapping("chooseOperatorPlace")
 	@RequestMapping("chooseOperatorPlace")

+ 8 - 8
src/main/java/com/cloudcross/ssp/web/back/main/ap/ApmacController.java

@@ -79,7 +79,7 @@ public class ApmacController extends SimpleController {
 	/**
 	/**
 	 * 热点详情的列表页
 	 * 热点详情的列表页
 	 * 前端要传递几个参数,分别所选媒体的媒体Id(变量名为selectedOperatorId),省(变量名为cn),市(变量名为cnCity),场景(变量名为place,这个是运营商定义的场景名称,传过来传个场景名称就行),
 	 * 前端要传递几个参数,分别所选媒体的媒体Id(变量名为selectedOperatorId),省(变量名为cn),市(变量名为cnCity),场景(变量名为place,这个是运营商定义的场景名称,传过来传个场景名称就行),
-	 * 数场景id(这个数场景是云联自己定义的,变量名为placeId)
+	 * 数场景id(这个数场景是云联自己定义的,变量名为placeId)
 	 * 还有一个搜索参数,按mac地址搜索
 	 * 还有一个搜索参数,按mac地址搜索
 	 * 注:如果传过来的参数是空值或者空字符串或者没传,则按默认值进行搜索,默认的为全部
 	 * 注:如果传过来的参数是空值或者空字符串或者没传,则按默认值进行搜索,默认的为全部
 	 * @param model
 	 * @param model
@@ -136,7 +136,7 @@ public class ApmacController extends SimpleController {
 			placeClassId = Long.parseLong(String.valueOf(paramMap.get("placeId")));
 			placeClassId = Long.parseLong(String.valueOf(paramMap.get("placeId")));
 		} 
 		} 
 		
 		
-		//通过数场景id得到数子场景的id的集合
+		//通过数场景id得到数子场景的id的集合
 		if(null != placeClassId) {
 		if(null != placeClassId) {
 			placeIdList = InitData.placeClassMap.get(placeClassId.intValue());
 			placeIdList = InitData.placeClassMap.get(placeClassId.intValue());
 		}
 		}
@@ -175,7 +175,7 @@ public class ApmacController extends SimpleController {
 				}
 				}
 			}
 			}
 			
 			
-			//根据数子场景的id设置数场景的名称和数子场景的名称
+			//根据数子场景的id设置数场景的名称和数子场景的名称
 			w.setPlaceName(InitData.placeMap.get(w.getPlaceId().intValue()));
 			w.setPlaceName(InitData.placeMap.get(w.getPlaceId().intValue()));
 			w.setPlaceClassName(InitData.getPlaceClassName(w.getPlaceId()));
 			w.setPlaceClassName(InitData.getPlaceClassName(w.getPlaceId()));
 		}
 		}
@@ -200,7 +200,7 @@ public class ApmacController extends SimpleController {
 		}
 		}
 		
 		
 		if(null == placeClassId || -1 == placeClassId) {
 		if(null == placeClassId || -1 == placeClassId) {
-			placeClassName = "数场景";
+			placeClassName = "数场景";
 		} else {
 		} else {
 			placeClassName = placeClassInformationService.findById(placeClassId).getName();
 			placeClassName = placeClassInformationService.findById(placeClassId).getName();
 		}
 		}
@@ -318,7 +318,7 @@ public class ApmacController extends SimpleController {
 	
 	
 
 
 	/**
 	/**
-	 * 查找所有的数场景
+	 * 查找所有的数场景
 	 * @return
 	 * @return
 	 */
 	 */
 	@RequestMapping("/placeClassName")
 	@RequestMapping("/placeClassName")
@@ -748,7 +748,7 @@ public class ApmacController extends SimpleController {
 	/**
 	/**
 	 * 导出热点详情列表页的excel
 	 * 导出热点详情列表页的excel
 	 * 前端要传递几个参数,分别所选媒体的媒体Id(变量名为selectedOperatorId),省(变量名为cn),市(变量名为cnCity),场景(变量名为place,这个是运营商定义的场景名称,传过来传个场景名称就行),
 	 * 前端要传递几个参数,分别所选媒体的媒体Id(变量名为selectedOperatorId),省(变量名为cn),市(变量名为cnCity),场景(变量名为place,这个是运营商定义的场景名称,传过来传个场景名称就行),
-	 * 数场景id(变量名为placeClassId)
+	 * 数场景id(变量名为placeClassId)
 	 * 还有一个搜索参数,按mac地址搜索
 	 * 还有一个搜索参数,按mac地址搜索
 	 * 注:如果传过来的参数是空值或者空字符串或者没传,则按默认值进行搜索,默认的为全部
 	 * 注:如果传过来的参数是空值或者空字符串或者没传,则按默认值进行搜索,默认的为全部
 	 * @param request
 	 * @param request
@@ -816,7 +816,7 @@ public class ApmacController extends SimpleController {
 			placeClassName = "全部";
 			placeClassName = "全部";
 		}
 		}
 		
 		
-			// 通过数场景id得到数子场景的id的集合
+			// 通过数场景id得到数子场景的id的集合
 			if (null != placeClassId) {
 			if (null != placeClassId) {
 				placeIdList = InitData.placeClassMap.get(placeClassId
 				placeIdList = InitData.placeClassMap.get(placeClassId
 						.intValue());
 						.intValue());
@@ -865,7 +865,7 @@ public class ApmacController extends SimpleController {
 					}
 					}
 			}
 			}
 			
 			
-			//根据数子场景的id设置数场景的名称和数子场景的名称
+			//根据数子场景的id设置数场景的名称和数子场景的名称
 			w.setPlaceName(InitData.placeMap.get(w.getPlaceId().intValue()));
 			w.setPlaceName(InitData.placeMap.get(w.getPlaceId().intValue()));
 			w.setPlaceClassName(InitData.getPlaceClassName(w.getPlaceId()));
 			w.setPlaceClassName(InitData.getPlaceClassName(w.getPlaceId()));
 		}
 		}

+ 11 - 11
src/main/java/com/cloudcross/ssp/web/back/main/ap/PlaceController.java

@@ -46,7 +46,7 @@ public class PlaceController extends SimpleController {
 	private IPlaceClassService placeClassService;
 	private IPlaceClassService placeClassService;
 	
 	
 	/**
 	/**
-	 * 新增数场景页
+	 * 新增数场景页
 	 * @param model
 	 * @param model
 	 * @return
 	 * @return
 	 */
 	 */
@@ -60,11 +60,11 @@ public class PlaceController extends SimpleController {
 		pager.setPage(page);
 		pager.setPage(page);
 		pager.setTotalRow(totalRow);
 		pager.setTotalRow(totalRow);
 		
 		
-		//待分类数子场景
+		//待分类数子场景
 		List<Place> placeList = placeService.findUnclassfiedPlace(pager);
 		List<Place> placeList = placeService.findUnclassfiedPlace(pager);
 		
 		
 		
 		
-		//查找所有的数场景
+		//查找所有的数场景
 		List<PlaceClassInformation> placeClassInformationList = placeClassInformationService.findAll();
 		List<PlaceClassInformation> placeClassInformationList = placeClassInformationService.findAll();
 		
 		
 		model.addAttribute("pager", pager);
 		model.addAttribute("pager", pager);
@@ -75,9 +75,9 @@ public class PlaceController extends SimpleController {
 	
 	
 	
 	
 	/**
 	/**
-	 * 将待分类数子场景添加到数场景里面
-	 * @param placeId 数子场景的id组成的字符串,格式为"1-2-3"
-	 * @param placeClassId 数场景的id
+	 * 将待分类数子场景添加到数场景里面
+	 * @param placeId 数子场景的id组成的字符串,格式为"1-2-3"
+	 * @param placeClassId 数场景的id
 	 * @return
 	 * @return
 	 */
 	 */
 	@RequestMapping("/add")
 	@RequestMapping("/add")
@@ -103,7 +103,7 @@ public class PlaceController extends SimpleController {
 	
 	
 
 
 	/**
 	/**
-	 * 得到所有的数子场景
+	 * 得到所有的数子场景
 	 * @param placeId
 	 * @param placeId
 	 * @return
 	 * @return
 	 */
 	 */
@@ -116,9 +116,9 @@ public class PlaceController extends SimpleController {
 	}
 	}
 	
 	
 	/**
 	/**
-	 * 删除数场景下的数子场景
+	 * 删除数场景下的数子场景
 	 * @param model
 	 * @param model
-	 * @param id 数子场景的id数组
+	 * @param id 数子场景的id数组
 	 * @return
 	 * @return
 	 */
 	 */
 	@RequestMapping("/delete-place")
 	@RequestMapping("/delete-place")
@@ -183,7 +183,7 @@ public class PlaceController extends SimpleController {
 	}
 	}
 	
 	
 	/**
 	/**
-	 * 根据数场景id得到其对应的所有数子场景
+	 * 根据数场景id得到其对应的所有数子场景
 	 * @return
 	 * @return
 	 */
 	 */
 	@RequestMapping("/placeName")
 	@RequestMapping("/placeName")
@@ -195,7 +195,7 @@ public class PlaceController extends SimpleController {
 	
 	
 	/**
 	/**
 	 * 用户场景分类的保存
 	 * 用户场景分类的保存
-	 * 这里要传递两个变量,一个是t_place_operator的id数组,另一个就是数场景id(变量名叫placeId)
+	 * 这里要传递两个变量,一个是t_place_operator的id数组,另一个就是数场景id(变量名叫placeId)
 	 * @param model
 	 * @param model
 	 * @return
 	 * @return
 	 */
 	 */

+ 12 - 12
src/main/java/com/cloudcross/ssp/web/operator/main/ap/ApmacController.java

@@ -73,7 +73,7 @@ public class ApmacController extends SimpleController {
 	
 	
 	/**
 	/**
 	 * 热点详情的列表页
 	 * 热点详情的列表页
-	 * 前端要传递几个参数,分别为省(变量名为cn),市(变量名为cnCity),场景(变量名为place,这个是运营商定义的场景名称,传过来传个场景名称就行),数场景id(变量名为placeId)
+	 * 前端要传递几个参数,分别为省(变量名为cn),市(变量名为cnCity),场景(变量名为place,这个是运营商定义的场景名称,传过来传个场景名称就行),数场景id(变量名为placeId)
 	 * 还有一个搜索参数,可以按热点名称搜索或者按详细地址搜素
 	 * 还有一个搜索参数,可以按热点名称搜索或者按详细地址搜素
 	 * 注:如果传过来的参数是空值或者空字符串或者没传,则按默认值进行搜索,默认的为全部
 	 * 注:如果传过来的参数是空值或者空字符串或者没传,则按默认值进行搜索,默认的为全部
 	 * @param model
 	 * @param model
@@ -126,7 +126,7 @@ public class ApmacController extends SimpleController {
 			placeClassId = Long.parseLong(String.valueOf(paramMap.get("placeId")));
 			placeClassId = Long.parseLong(String.valueOf(paramMap.get("placeId")));
 		} 
 		} 
 		
 		
-		// 通过数场景id得到数子场景的id的集合
+		// 通过数场景id得到数子场景的id的集合
 		if (null != placeClassId) {
 		if (null != placeClassId) {
 			placeIdList = InitData.placeClassMap.get(placeClassId.intValue());
 			placeIdList = InitData.placeClassMap.get(placeClassId.intValue());
 		}
 		}
@@ -173,7 +173,7 @@ public class ApmacController extends SimpleController {
 					}
 					}
 			}
 			}
 			
 			
-			//根据数子场景的id设置数场景的名称和数子场景的名称
+			//根据数子场景的id设置数场景的名称和数子场景的名称
 			w.setPlaceName(InitData.placeMap.get(w.getPlaceId().intValue()));
 			w.setPlaceName(InitData.placeMap.get(w.getPlaceId().intValue()));
 			w.setPlaceClassName(InitData.getPlaceClassName(w.getPlaceId()));
 			w.setPlaceClassName(InitData.getPlaceClassName(w.getPlaceId()));
 		}
 		}
@@ -192,7 +192,7 @@ public class ApmacController extends SimpleController {
 		}
 		}
 		
 		
 		if(null == placeClassId) {
 		if(null == placeClassId) {
-			placeName = "数场景";
+			placeName = "数场景";
 		} else {
 		} else {
 			placeName = placeClassInformationService.findById(placeClassId).getName();
 			placeName = placeClassInformationService.findById(placeClassId).getName();
 		}
 		}
@@ -211,7 +211,7 @@ public class ApmacController extends SimpleController {
 	}
 	}
 	
 	
 	/**
 	/**
-	 * 需要传递一个搜索的参数,可以按场景(name)搜索和数场景(placeName)搜索
+	 * 需要传递一个搜索的参数,可以按场景(name)搜索和数场景(placeName)搜索
 	 * @param model
 	 * @param model
 	 * @param page
 	 * @param page
 	 * @return
 	 * @return
@@ -223,7 +223,7 @@ public class ApmacController extends SimpleController {
 		 * 对传入的搜索参数做处理,如果传递的是空值或者空字符串的话就设为空
 		 * 对传入的搜索参数做处理,如果传递的是空值或者空字符串的话就设为空
 		 */
 		 */
 		String searchStr = null;
 		String searchStr = null;
-		// 按热点场景和数场景搜索
+		// 按热点场景和数场景搜索
 		if (null != paramMap.get("searchValue")
 		if (null != paramMap.get("searchValue")
 				&& !"".equals(paramMap.get("searchValue"))) {
 				&& !"".equals(paramMap.get("searchValue"))) {
 			String searchValue = (String) paramMap.get("searchValue");
 			String searchValue = (String) paramMap.get("searchValue");
@@ -303,7 +303,7 @@ public class ApmacController extends SimpleController {
 	
 	
 
 
 	/**
 	/**
-	 * 查找所有与该运营商下的所有的场景对应的云联定义的数场景
+	 * 查找所有与该运营商下的所有的场景对应的云联定义的数场景
 	 * @return
 	 * @return
 	 */
 	 */
 	@RequestMapping("/placeName")
 	@RequestMapping("/placeName")
@@ -697,7 +697,7 @@ public class ApmacController extends SimpleController {
 		/**
 		/**
 		 * 对传入的搜索参数做处理,如果传递的是空值或者空字符串的话就设为空
 		 * 对传入的搜索参数做处理,如果传递的是空值或者空字符串的话就设为空
 		 */
 		 */
-		// 按热点场景和数场景搜索
+		// 按热点场景和数场景搜索
 		if (null != paramMap.get("searchValue")
 		if (null != paramMap.get("searchValue")
 				&& !"".equals(paramMap.get("searchValue"))) {
 				&& !"".equals(paramMap.get("searchValue"))) {
 			String searchValue = (String) paramMap.get("searchValue");
 			String searchValue = (String) paramMap.get("searchValue");
@@ -736,7 +736,7 @@ public class ApmacController extends SimpleController {
 	
 	
 	/**
 	/**
 	 * 导出热点详情列表页的excel
 	 * 导出热点详情列表页的excel
-	 * 前端要传递几个参数,分别为省(变量名为cn),市(变量名为cnCity),场景(变量名为place,这个是运营商定义的场景名称,传过来传个场景名称就行),数场景id(变量名为placeId)
+	 * 前端要传递几个参数,分别为省(变量名为cn),市(变量名为cnCity),场景(变量名为place,这个是运营商定义的场景名称,传过来传个场景名称就行),数场景id(变量名为placeId)
 	 * 还有一个搜索参数,可以按热点名称搜索或者按详细地址搜素
 	 * 还有一个搜索参数,可以按热点名称搜索或者按详细地址搜素
 	 * 注:如果传过来的参数是空值或者空字符串或者没传,则按默认值进行搜索,默认的为全部
 	 * 注:如果传过来的参数是空值或者空字符串或者没传,则按默认值进行搜索,默认的为全部
 	 * @param request
 	 * @param request
@@ -795,7 +795,7 @@ public class ApmacController extends SimpleController {
 				placeClassId = Long.parseLong(String.valueOf(paramMap.get("placeId")));
 				placeClassId = Long.parseLong(String.valueOf(paramMap.get("placeId")));
 			}
 			}
 	
 	
-			// 通过数场景id得到数子场景的id的集合
+			// 通过数场景id得到数子场景的id的集合
 			if (null != placeClassId) {
 			if (null != placeClassId) {
 				placeIdList = InitData.placeClassMap.get(placeClassId.intValue());
 				placeIdList = InitData.placeClassMap.get(placeClassId.intValue());
 			}
 			}
@@ -812,7 +812,7 @@ public class ApmacController extends SimpleController {
 			paramMap.put("placeClassId", placeClassId);
 			paramMap.put("placeClassId", placeClassId);
 			paramMap.put("place", place);
 			paramMap.put("place", place);
 			
 			
-			//如果数场景id不为空则根据场景id找对应的名称
+			//如果数场景id不为空则根据场景id找对应的名称
 			if(null != placeClassId) {
 			if(null != placeClassId) {
 				paramMap.put("placeName", placeClassInformationService.findById(placeClassId).getName());
 				paramMap.put("placeName", placeClassInformationService.findById(placeClassId).getName());
 			} else {
 			} else {
@@ -847,7 +847,7 @@ public class ApmacController extends SimpleController {
 					}
 					}
 			}
 			}
 			
 			
-			//根据数子场景的id设置数场景的名称和数子场景的名称
+			//根据数子场景的id设置数场景的名称和数子场景的名称
 			w.setPlaceName(InitData.placeMap.get(w.getPlaceId().intValue()));
 			w.setPlaceName(InitData.placeMap.get(w.getPlaceId().intValue()));
 			w.setPlaceClassName(InitData.getPlaceClassName(w.getPlaceId()));
 			w.setPlaceClassName(InitData.getPlaceClassName(w.getPlaceId()));
 		}
 		}

+ 3 - 3
src/main/resources/template/excel/apList.ftl

@@ -51,7 +51,7 @@
    <Column ss:Index="5" ss:AutoFitWidth="0" ss:Width="74.25"/>
    <Column ss:Index="5" ss:AutoFitWidth="0" ss:Width="74.25"/>
    <Column ss:Width="63"/>
    <Column ss:Width="63"/>
    <Row>
    <Row>
-    <Cell ss:MergeAcross="12"><Data ss:Type="String">省:${cnName!}   市:${cnCityName!}   场景:${placeNameDefinedByOperator!}   数场景:${placeName!}  </Data></Cell>
+    <Cell ss:MergeAcross="12"><Data ss:Type="String">省:${cnName!}   市:${cnCityName!}   场景:${placeNameDefinedByOperator!}   数场景:${placeName!}  </Data></Cell>
    </Row>
    </Row>
    <Row>
    <Row>
 	    <Cell><Data ss:Type="String">ID</Data></Cell>
 	    <Cell><Data ss:Type="String">ID</Data></Cell>
@@ -64,8 +64,8 @@
 	   	<Cell><Data ss:Type="String">纬度</Data></Cell>
 	   	<Cell><Data ss:Type="String">纬度</Data></Cell>
 	    <Cell><Data ss:Type="String">Apmac</Data></Cell>
 	    <Cell><Data ss:Type="String">Apmac</Data></Cell>
 	    <Cell><Data ss:Type="String">场景</Data></Cell>
 	    <Cell><Data ss:Type="String">场景</Data></Cell>
-	    <Cell><Data ss:Type="String">数场景</Data></Cell>
-	    <Cell><Data ss:Type="String">数子场景</Data></Cell>
+	    <Cell><Data ss:Type="String">数场景</Data></Cell>
+	    <Cell><Data ss:Type="String">数子场景</Data></Cell>
 	    <Cell><Data ss:Type="String">最后更新时间</Data></Cell>
 	    <Cell><Data ss:Type="String">最后更新时间</Data></Cell>
 	    <Cell><Data ss:Type="String">状态</Data></Cell>
 	    <Cell><Data ss:Type="String">状态</Data></Cell>
    </Row>
    </Row>

+ 1 - 1
src/main/resources/template/excel/relationship.ftl

@@ -52,7 +52,7 @@
    <Column ss:Width="63"/>
    <Column ss:Width="63"/>
    <Row>
    <Row>
 	    <Cell><Data ss:Type="String">场景</Data></Cell>
 	    <Cell><Data ss:Type="String">场景</Data></Cell>
-	   	<Cell><Data ss:Type="String">数场景</Data></Cell>
+	   	<Cell><Data ss:Type="String">数场景</Data></Cell>
    </Row>
    </Row>
 <#if dataList ??>
 <#if dataList ??>
      <#list dataList as placeOperator>   
      <#list dataList as placeOperator>   

+ 1 - 1
src/main/resources/template/excel/relationshipBack.ftl

@@ -53,7 +53,7 @@
    <Row>
    <Row>
    		<Cell><Data ss:Type="String">媒体名称</Data></Cell>
    		<Cell><Data ss:Type="String">媒体名称</Data></Cell>
 	    <Cell><Data ss:Type="String">场景</Data></Cell>
 	    <Cell><Data ss:Type="String">场景</Data></Cell>
-	   	<Cell><Data ss:Type="String">数场景</Data></Cell>
+	   	<Cell><Data ss:Type="String">数场景</Data></Cell>
    </Row>
    </Row>
 <#if dataList ??>
 <#if dataList ??>
      <#list dataList as placeOperator>   
      <#list dataList as placeOperator>   

+ 2 - 2
src/main/resources/template/excel/wifiSumList.ftl

@@ -51,12 +51,12 @@
    <Column ss:Index="5" ss:AutoFitWidth="0" ss:Width="74.25"/>
    <Column ss:Index="5" ss:AutoFitWidth="0" ss:Width="74.25"/>
    <Column ss:Width="63"/>
    <Column ss:Width="63"/>
    <Row>
    <Row>
-    <Cell ss:MergeAcross="5"><Data ss:Type="String">省:${cn!}   市:${cnCity!}    数场景:${placeName!}  搜索:${searchValue!}	</Data></Cell>
+    <Cell ss:MergeAcross="5"><Data ss:Type="String">省:${cn!}   市:${cnCity!}    数场景:${placeName!}  搜索:${searchValue!}	</Data></Cell>
    </Row>
    </Row>
    <Row>
    <Row>
 	    <Cell><Data ss:Type="String">省</Data></Cell>
 	    <Cell><Data ss:Type="String">省</Data></Cell>
 	    <Cell><Data ss:Type="String">市</Data></Cell>
 	    <Cell><Data ss:Type="String">市</Data></Cell>
-	    <Cell><Data ss:Type="String">数场景</Data></Cell>
+	    <Cell><Data ss:Type="String">数场景</Data></Cell>
 	    <Cell><Data ss:Type="String">热点个数</Data></Cell>
 	    <Cell><Data ss:Type="String">热点个数</Data></Cell>
    </Row>
    </Row>
 <#if dataList ??>
 <#if dataList ??>

+ 1 - 1
src/main/webapp/WEB-INF/pages/advertiser/main/ad/target/ad-group-alloperator/create.ftl

@@ -220,7 +220,7 @@
 					<label class="input-label-other"><span class="lbl-no"></span>选择策略:</label>
 					<label class="input-label-other"><span class="lbl-no"></span>选择策略:</label>
 	                <a id="btn-selectOperatorPlace" class="btn2">媒体场景</a>
 	                <a id="btn-selectOperatorPlace" class="btn2">媒体场景</a>
 				    <a id="btn-selectPlace" class="btn2">小场景</a>
 				    <a id="btn-selectPlace" class="btn2">小场景</a>
-				    <a id="btn-selectPlaceClass" class="btn2">数场景</a>
+				    <a id="btn-selectPlaceClass" class="btn2">数场景</a>
 				    <input type="hidden" id="selectId" value=""/>
 				    <input type="hidden" id="selectId" value=""/>
 				    <input type="hidden" name="placeId" id="selectPlaceId" value=""/>
 				    <input type="hidden" name="placeId" id="selectPlaceId" value=""/>
 				    <input type="hidden" name="placeName" id="selectPlaceName" value=""/>
 				    <input type="hidden" name="placeName" id="selectPlaceName" value=""/>

+ 3 - 3
src/main/webapp/WEB-INF/pages/back/main/ap/apmac/list.ftl

@@ -13,7 +13,7 @@
 		<div id="content">
 		<div id="content">
 			<div id="selectBar_apmac" class="selectBar">
 			<div id="selectBar_apmac" class="selectBar">
 				<a class="selectBar_change" href="${ctx}/back/main/ap/apmac/list">热点管理</a>
 				<a class="selectBar_change" href="${ctx}/back/main/ap/apmac/list">热点管理</a>
-				<a href="${ctx}/back/main/ap/place/unclassfiedPlaceName">新增数场景</a>
+				<a href="${ctx}/back/main/ap/place/unclassfiedPlaceName">新增数场景</a>
 				<a href="${ctx}/back/main/ap/place/place-sort">用户场景定义</a>
 				<a href="${ctx}/back/main/ap/place/place-sort">用户场景定义</a>
 				<a href="${ctx}/back/main/ap/apmac/relationship">场景对应关系</a>
 				<a href="${ctx}/back/main/ap/apmac/relationship">场景对应关系</a>
 		    </div>
 		    </div>
@@ -93,8 +93,8 @@
 							<th class="theadTh" style="width:3%;">纬度</th>
 							<th class="theadTh" style="width:3%;">纬度</th>
 							<th class="theadTh" style="width:8%;">apmac</th>
 							<th class="theadTh" style="width:8%;">apmac</th>
 							<th class="theadTh" style="width:7%;">场景</th>
 							<th class="theadTh" style="width:7%;">场景</th>
-							<th class="theadTh" style="width:7%;">数场景</th>
-							<th class="theadTh" style="width:7%;">数子场景</th>
+							<th class="theadTh" style="width:7%;">数场景</th>
+							<th class="theadTh" style="width:7%;">数子场景</th>
 							<th class="theadTh" style="width:10%">最后更新时间</th>
 							<th class="theadTh" style="width:10%">最后更新时间</th>
 							<th class="theadTh" style="width:5%;">状态</th>
 							<th class="theadTh" style="width:5%;">状态</th>
 							<th class="theadTh" style="width:14%;">操作</th>
 							<th class="theadTh" style="width:14%;">操作</th>

+ 2 - 2
src/main/webapp/WEB-INF/pages/back/main/ap/apmac/relationship.ftl

@@ -10,7 +10,7 @@
 		<div id="content">
 		<div id="content">
 			<div id="selectBar_apmac" class="selectBar">
 			<div id="selectBar_apmac" class="selectBar">
 				<a href="${ctx}/back/main/ap/apmac/list">热点管理</a>
 				<a href="${ctx}/back/main/ap/apmac/list">热点管理</a>
-				<a href="${ctx}/back/main/ap/place/unclassfiedPlaceName">新增数场景</a>
+				<a href="${ctx}/back/main/ap/place/unclassfiedPlaceName">新增数场景</a>
 				<a href="${ctx}/back/main/ap/place/place-sort">用户场景定义</a>
 				<a href="${ctx}/back/main/ap/place/place-sort">用户场景定义</a>
 				<a class="selectBar_change" href="${ctx}/back/main/ap/apmac/relationship">场景对应关系</a>
 				<a class="selectBar_change" href="${ctx}/back/main/ap/apmac/relationship">场景对应关系</a>
 		    </div>
 		    </div>
@@ -35,7 +35,7 @@
 						<tr class="theadTr">
 						<tr class="theadTr">
 							<th class="theadTh" style="width:20%;">媒体</th>
 							<th class="theadTh" style="width:20%;">媒体</th>
 							<th class="theadTh" style="width:20%;">场景</th>
 							<th class="theadTh" style="width:20%;">场景</th>
-							<th class="theadTh" style="width:20%;">数场景</th>
+							<th class="theadTh" style="width:20%;">数场景</th>
 						</tr>
 						</tr>
 					</thead>
 					</thead>
 					<tbody>
 					<tbody>

+ 1 - 1
src/main/webapp/WEB-INF/pages/back/main/ap/apmac/wifiSum.ftl

@@ -54,7 +54,7 @@
 					    	<th class="theadTh" style="width:3%;"><div class="checkboxStyleTh"></div></th>
 					    	<th class="theadTh" style="width:3%;"><div class="checkboxStyleTh"></div></th>
 							<th class="theadTh" style="width:3%;">省</th>
 							<th class="theadTh" style="width:3%;">省</th>
 							<th class="theadTh" style="width:3%;">市</th>
 							<th class="theadTh" style="width:3%;">市</th>
-							<th class="theadTh" style="width:7%;">数场景</th>
+							<th class="theadTh" style="width:7%;">数场景</th>
 							<th class="theadTh" style="width:14%;">热点个数</th>
 							<th class="theadTh" style="width:14%;">热点个数</th>
 				    	</tr>
 				    	</tr>
 					</thead>
 					</thead>

+ 1 - 1
src/main/webapp/WEB-INF/pages/back/main/ap/place/place-sort.ftl

@@ -14,7 +14,7 @@
 		<div id="content">
 		<div id="content">
 			<div id="selectBar_apmac" class="selectBar">
 			<div id="selectBar_apmac" class="selectBar">
 				<a href="${ctx}/back/main/ap/apmac/list">热点管理</a>
 				<a href="${ctx}/back/main/ap/apmac/list">热点管理</a>
-				<a href="${ctx}/back/main/ap/place/unclassfiedPlaceName">新增数场景</a>
+				<a href="${ctx}/back/main/ap/place/unclassfiedPlaceName">新增数场景</a>
 				<a class="selectBar_change" href="${ctx}/back/main/ap/place/place-sort">用户场景定义</a>
 				<a class="selectBar_change" href="${ctx}/back/main/ap/place/place-sort">用户场景定义</a>
 				<a href="${ctx}/back/main/ap/apmac/relationship">场景对应关系</a>
 				<a href="${ctx}/back/main/ap/apmac/relationship">场景对应关系</a>
 		    </div>
 		    </div>

+ 4 - 4
src/main/webapp/WEB-INF/pages/back/main/ap/place/unclassfiedPlaceName.ftl

@@ -1,5 +1,5 @@
 <@override name="head">
 <@override name="head">
-<title>新增数场景</title>
+<title>新增数场景</title>
 <link rel="stylesheet" href="${ctx}/assets/css/apPlace.css"/>
 <link rel="stylesheet" href="${ctx}/assets/css/apPlace.css"/>
 <script type="text/javascript" src="${ctx}/assets/js/lib/bootstrap.min.js"></script>
 <script type="text/javascript" src="${ctx}/assets/js/lib/bootstrap.min.js"></script>
 <script type="text/javascript" src="${ctx}/assets/js/lib/bootbox.js"></script>
 <script type="text/javascript" src="${ctx}/assets/js/lib/bootbox.js"></script>
@@ -13,7 +13,7 @@
 		<div id="content">
 		<div id="content">
 			<div id="selectBar_apmac" class="selectBar">
 			<div id="selectBar_apmac" class="selectBar">
 				<a href="${ctx}/back/main/ap/apmac/list">热点管理</a>
 				<a href="${ctx}/back/main/ap/apmac/list">热点管理</a>
-				<a class="selectBar_change" href="${ctx}/back/main/ap/place/unclassfiedPlaceName">新增数场景</a>
+				<a class="selectBar_change" href="${ctx}/back/main/ap/place/unclassfiedPlaceName">新增数场景</a>
 				<a href="${ctx}/back/main/ap/place/place-sort">用户场景定义</a>
 				<a href="${ctx}/back/main/ap/place/place-sort">用户场景定义</a>
 				<a href="${ctx}/back/main/ap/apmac/relationship">场景对应关系</a>
 				<a href="${ctx}/back/main/ap/apmac/relationship">场景对应关系</a>
 		    </div>
 		    </div>
@@ -22,7 +22,7 @@
 					<li><i class="icon-home"></i></li>
 					<li><i class="icon-home"></i></li>
 					<li><a href="${ctx}/back/main/dashboard">首页</a></li>
 					<li><a href="${ctx}/back/main/dashboard">首页</a></li>
 					<li><i class="icon-angle-right"></i></li>
 					<li><i class="icon-angle-right"></i></li>
-				    <li class="navDiv_currentLi">新增数场景</li>
+				    <li class="navDiv_currentLi">新增数场景</li>
 				</ul>  
 				</ul>  
  			</div>
  			</div>
  			<div id="place_sort">
  			<div id="place_sort">
@@ -45,7 +45,7 @@
 	                    </div>
 	                    </div>
 					</div>
 					</div>
 					<div class="place_right">
 					<div class="place_right">
-						<label class="place_label">数场景</label>
+						<label class="place_label">数场景</label>
 						<div class="input-checkboxsDiv">
 						<div class="input-checkboxsDiv">
 							<#if placeClassInformationList ??>
 							<#if placeClassInformationList ??>
 							<#list placeClassInformationList as placeClass>
 							<#list placeClassInformationList as placeClass>

+ 1 - 1
src/main/webapp/WEB-INF/pages/errors/403.ftl

@@ -22,7 +22,7 @@
   </ul>
   </ul>
   </@block>
   </@block>
  <footer>
  <footer>
-   <div class="copyright"> © Copyright 2012-2015 All Rights Reserved 数传媒</div>
+   <div class="copyright"> © Copyright 2012-2015 All Rights Reserved 数传媒</div>
  </footer>
  </footer>
 	<script type="text/javascript" src='${ctx}/assets/back/back/js/jquery-1.9.1.min.js'></script>
 	<script type="text/javascript" src='${ctx}/assets/back/back/js/jquery-1.9.1.min.js'></script>
 	<script type="text/javascript">
 	<script type="text/javascript">

+ 1 - 1
src/main/webapp/WEB-INF/pages/operator/main/ap/apmac/list.ftl

@@ -85,7 +85,7 @@
 							<th class="theadTh" style="width:5%;">纬度</th>
 							<th class="theadTh" style="width:5%;">纬度</th>
 							<th class="theadTh" style="width:9%;">apmac</th>
 							<th class="theadTh" style="width:9%;">apmac</th>
 							<th class="theadTh" style="width:7%;">场景</th>
 							<th class="theadTh" style="width:7%;">场景</th>
-							<th class="theadTh" style="width:7%;">数场景</th>
+							<th class="theadTh" style="width:7%;">数场景</th>
 							<th class="theadTh" style="width:9%">最后更新时间</th>
 							<th class="theadTh" style="width:9%">最后更新时间</th>
 							<th class="theadTh" style="width:5%;">状态</th>
 							<th class="theadTh" style="width:5%;">状态</th>
 							<th class="theadTh" style="width:13%;">操作</th>
 							<th class="theadTh" style="width:13%;">操作</th>

+ 2 - 2
src/main/webapp/WEB-INF/pages/operator/main/ap/apmac/relationship.ftl

@@ -35,8 +35,8 @@
 						<tr class="theadTr">
 						<tr class="theadTr">
 							<th class="theadTh" style="width:20%;">媒体</th>
 							<th class="theadTh" style="width:20%;">媒体</th>
 							<th class="theadTh" style="width:20%;">场景</th>
 							<th class="theadTh" style="width:20%;">场景</th>
-							<th class="theadTh" style="width:20%;">数场景(小)</th>
-							<th class="theadTh" style="width:20%;">数场景(大)</th>
+							<th class="theadTh" style="width:20%;">数场景(小)</th>
+							<th class="theadTh" style="width:20%;">数场景(大)</th>
 						</tr>
 						</tr>
 					</thead>
 					</thead>
 					<tbody>
 					<tbody>

+ 2 - 2
src/main/webapp/assets/js/advertiser/operatoradAllGroup.js

@@ -559,7 +559,7 @@ $(document).ready(function(){
 		}
 		}
 	});
 	});
 	
 	
-	/******  数场景  *****/
+	/******  数场景  *****/
 	$("#btn-selectPlaceClass").click(function(){
 	$("#btn-selectPlaceClass").click(function(){
 		if($("#input_selectOperator").val() == ""){
 		if($("#input_selectOperator").val() == ""){
 			bootbox.alert("请先选择媒体!");
 			bootbox.alert("请先选择媒体!");
@@ -568,7 +568,7 @@ $(document).ready(function(){
 		if($("#selectPlaceId").val() == "" || $("#selectPlaceId").val().indexOf("c") != -1){
 		if($("#selectPlaceId").val() == "" || $("#selectPlaceId").val().indexOf("c") != -1){
 			layer.open({
 			layer.open({
 			    type: 2,
 			    type: 2,
-				title: '选择数场景',
+				title: '选择数场景',
 				shadeClose: false,
 				shadeClose: false,
 				shade: 0.6,
 				shade: 0.6,
 				fix:false,
 				fix:false,

+ 1 - 1
src/main/webapp/assets/js/advertiser/operatoradAllGroup_dialog.js

@@ -107,7 +107,7 @@ $(document).ready(function(){
 		$('#selectPlaceForm').submit();
 		$('#selectPlaceForm').submit();
 	});
 	});
 	
 	
-/***************************    选择数场景    ***************************/
+/***************************    选择数场景    ***************************/
 	
 	
 	$(".selectPlaceClass_save").click(function(){
 	$(".selectPlaceClass_save").click(function(){
 		var checkboxs = $("#selectPlaceClassDiv input[type='checkbox']:checked");
 		var checkboxs = $("#selectPlaceClassDiv input[type='checkbox']:checked");

+ 4 - 4
src/main/webapp/assets/js/back/apApmacForDownList.js

@@ -89,7 +89,7 @@ $(document).ready(function() {
  			$("#selectedOperatorName").val($(this).html());
  			$("#selectedOperatorName").val($(this).html());
  			$('#son_operatorListUl').hide(); //ul隐藏
  			$('#son_operatorListUl').hide(); //ul隐藏
  			$('#placeul_span').text("场景");
  			$('#placeul_span').text("场景");
- 			$('#placeIdul_span').text("数场景");
+ 			$('#placeIdul_span').text("数场景");
  		});
  		});
  		
  		
  		$("#operatorListUl_box").mouseleave(function(){
  		$("#operatorListUl_box").mouseleave(function(){
@@ -121,17 +121,17 @@ $(document).ready(function() {
 	//获取数据场景信息
 	//获取数据场景信息
 	if($("#main_placeIdul").html()){
 	if($("#main_placeIdul").html()){
 		$("#placeIdul_son_ul").hide(); //ul隐藏
 		$("#placeIdul_son_ul").hide(); //ul隐藏
-		if($("#placeId").val() == "数场景"){
+		if($("#placeId").val() == "数场景"){
 			$("#placeId").val("");
 			$("#placeId").val("");
 		}
 		}
 		$("#placeIdul_span").on("click",function(){
 		$("#placeIdul_span").on("click",function(){
-			initSelectUlData("placeIdul_son_ul","数场景",ctx+"/back/main/ap/apmac/placeClassName",1,"placeIdul_box","place_id");
+			initSelectUlData("placeIdul_son_ul","数场景",ctx+"/back/main/ap/apmac/placeClassName",1,"placeIdul_box","place_id");
 		});
 		});
 		$("ul#placeIdul_son_ul li").live("click",function(){
 		$("ul#placeIdul_son_ul li").live("click",function(){
 	 		$("#placeIdul_span").text($(this).text());
 	 		$("#placeIdul_span").text($(this).text());
 	 		if($(this).attr("value") == -1){
 	 		if($(this).attr("value") == -1){
 	 			$("#placeId").val("");
 	 			$("#placeId").val("");
-	 			$("#placeName").val("数场景");
+	 			$("#placeName").val("数场景");
 	 		}else{
 	 		}else{
 	 			$("#placeId").val($(this).attr("value"));
 	 			$("#placeId").val($(this).attr("value"));
 	 			$("#placeName").val($(this).text());
 	 			$("#placeName").val($(this).text());

+ 1 - 1
src/main/webapp/assets/js/back/apPlace.js

@@ -1,7 +1,7 @@
 $(document).ready(function() {
 $(document).ready(function() {
 	var ctx = $("#ctx").val();//获取服务器地址
 	var ctx = $("#ctx").val();//获取服务器地址
 	
 	
-	/***************************        新增数场景列表页    ***************************/
+	/***************************        新增数场景列表页    ***************************/
 
 
 	$("#btn-submit").click(function(){
 	$("#btn-submit").click(function(){
 		var checkboxs = $(".place_left input[type='checkbox']:checked");
 		var checkboxs = $(".place_left input[type='checkbox']:checked");

+ 1 - 1
src/main/webapp/assets/js/common/apApgroup.js

@@ -1,7 +1,7 @@
 $(document).ready(function() {
 $(document).ready(function() {
 	var ctx = $("#ctx").val();//获取服务器地址
 	var ctx = $("#ctx").val();//获取服务器地址
 	
 	
-	/***************************        新增数场景列表页    ***************************/
+	/***************************        新增数场景列表页    ***************************/
 
 
 	$("#btn-submit").click(function(){
 	$("#btn-submit").click(function(){
 		var checkboxs = $("#place_left input[type='checkbox']:checked");
 		var checkboxs = $("#place_left input[type='checkbox']:checked");

+ 3 - 3
src/main/webapp/assets/js/operator/apApmacForDownList.js

@@ -86,17 +86,17 @@ $(document).ready(function() {
 	//获取数据场景信息
 	//获取数据场景信息
 	if($("#main_placeIdul").html()){
 	if($("#main_placeIdul").html()){
 		$("#placeIdul_son_ul").hide(); //ul隐藏
 		$("#placeIdul_son_ul").hide(); //ul隐藏
-		if($("#placeId").val() == "数场景"){
+		if($("#placeId").val() == "数场景"){
 			$("#placeId").val("");
 			$("#placeId").val("");
 		}
 		}
 		$("#placeIdul_span").on("click",function(){
 		$("#placeIdul_span").on("click",function(){
-			initSelectUlData("placeIdul_son_ul","数场景",ctx+"/operator/main/ap/apmac/placeName","0","placeIdul_box","place_id");
+			initSelectUlData("placeIdul_son_ul","数场景",ctx+"/operator/main/ap/apmac/placeName","0","placeIdul_box","place_id");
 		});
 		});
 		$("ul#placeIdul_son_ul li").live("click",function(){
 		$("ul#placeIdul_son_ul li").live("click",function(){
 	 		$("#placeIdul_span").text($(this).text());
 	 		$("#placeIdul_span").text($(this).text());
 	 		if($(this).attr("value") == -1){
 	 		if($(this).attr("value") == -1){
 	 			$("#placeId").val("");
 	 			$("#placeId").val("");
-	 			$("#placeName").val("数场景");
+	 			$("#placeName").val("数场景");
 	 		}else{
 	 		}else{
 	 			$("#placeId").val($(this).attr("value"));
 	 			$("#placeId").val($(this).attr("value"));
 	 			$("#placeName").val($(this).text());
 	 			$("#placeName").val($(this).text());