Authored by hugufei

Merge branch 'master' into 0730

@@ -72,6 +72,7 @@ public class UfoProductMqListener extends AbstractMqListener { @@ -72,6 +72,7 @@ public class UfoProductMqListener extends AbstractMqListener {
72 indexData.put(CsSearchSalesCalendarIndexEsField.ufoDelStatus, product.getDelStatus()); 72 indexData.put(CsSearchSalesCalendarIndexEsField.ufoDelStatus, product.getDelStatus());
73 indexData.put(CsSearchSalesCalendarIndexEsField.ufoShelveStatus, product.getShelveStatus()); 73 indexData.put(CsSearchSalesCalendarIndexEsField.ufoShelveStatus, product.getShelveStatus());
74 indexData.put(CsSearchSalesCalendarIndexEsField.ufoIsSynCalender, product.getIsSynCalender()); 74 indexData.put(CsSearchSalesCalendarIndexEsField.ufoIsSynCalender, product.getIsSynCalender());
  75 + indexData.put(CsSearchSalesCalendarIndexEsField.salesPrice, product.getOfferPrice());
75 indexData.put(CsSearchSalesCalendarIndexEsField.productType, 2); 76 indexData.put(CsSearchSalesCalendarIndexEsField.productType, 2);
76 this.updateIndexWithDataMap(indexData, ISearchConstants.INDEX_NAME_CS_SEARCH_SALES_CALENDAR, ID_PREFIX + product.getId()); 77 this.updateIndexWithDataMap(indexData, ISearchConstants.INDEX_NAME_CS_SEARCH_SALES_CALENDAR, ID_PREFIX + product.getId());
77 } 78 }