Authored by hugufei

Merge branch 'master' into 0730

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