|
|
@@ -178,6 +178,7 @@ public class DocumentToObjectUtils {
|
|
|
if (!StringUtils.isEmpty(document.get(SearchConstants.GOODS_ST_TYPE_FIELD))) {
|
|
|
store.setType(document.get(SearchConstants.GOODS_ST_TYPE_FIELD));
|
|
|
}
|
|
|
+ goods.setStore(store);
|
|
|
|
|
|
goods.setCmpId(Long.valueOf(document.get(SearchConstants.GOODS_CMP_ID_FIELD)));
|
|
|
goods.setCmpCode(document.get(SearchConstants.GOODS_CMP_CODE_FIELD));
|