Showing
1 changed file
with
1 additions
and
1 deletions
@@ -79,7 +79,7 @@ public class SortSceneService extends AbstractSceneService { | @@ -79,7 +79,7 @@ public class SortSceneService extends AbstractSceneService { | ||
79 | SearchApiResult productList = productListFuture.get(); | 79 | SearchApiResult productList = productListFuture.get(); |
80 | SearchApiResult standards = standardsFuture.get(); | 80 | SearchApiResult standards = standardsFuture.get(); |
81 | JSONObject jsonObject = (JSONObject) productList.getData(); | 81 | JSONObject jsonObject = (JSONObject) productList.getData(); |
82 | - jsonObject.put("standards", standards.getData()); | 82 | + jsonObject.put("standard", standards.getData()); |
83 | return productList; | 83 | return productList; |
84 | } catch (Exception e) { | 84 | } catch (Exception e) { |
85 | logger.error(e.getMessage(), e); | 85 | logger.error(e.getMessage(), e); |
-
Please register or login to post a comment