...
|
...
|
@@ -1228,6 +1228,7 @@ public class ProductServiceImpl implements ProductService { |
|
|
bean.setSkup(sp.getSkup());
|
|
|
bean.setPrice(sp.getPrice().toString());
|
|
|
bean.setSechondHandTypeName(sp.getPreSaleFlag() == 5 ? "全新瑕疵" : "二手");
|
|
|
bean.setStatus(sp.getStatus());
|
|
|
Storage storage = storageMap.get(sp.getStorageId());
|
|
|
if (storage != null) {
|
|
|
Size size = sizeMap.get(storage.getSizeId());
|
...
|
...
|
|