|
@@ -47,8 +47,8 @@ public class FdkkSceneController {
|
|
|
}
|
|
|
JSONObject data = info.getJSONObject("data");
|
|
|
data.put("cdfRegionData",numRegion);
|
|
|
- ProductSource productSource = sceneSourceService.getByNum(num);
|
|
|
- data.put("cdfProductSource",productSource);
|
|
|
+// ProductSource productSource = sceneSourceService.getByNum(num);
|
|
|
+// data.put("cdfProductSource",productSource);
|
|
|
SceneRecommend bySceneNum = sceneRecommendService.getBySceneNum(num);
|
|
|
data.put("sceneRecommend",bySceneNum);
|
|
|
}
|