|
|
@ -59,6 +59,7 @@ public class DistributionStockArticleWrapper extends BaseEntityWrapper<Distribut |
|
|
|
distributionStockupVO.setStoreTime(days + "天"); |
|
|
|
distributionStockupVO.setStoreTime(days + "天"); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(ObjectUtils.isNotNull(entity.getCompleteSet())){ |
|
|
|
switch (entity.getCompleteSet()) { |
|
|
|
switch (entity.getCompleteSet()) { |
|
|
|
case 1: |
|
|
|
case 1: |
|
|
|
distributionStockupVO.setCompleteSetName("否"); |
|
|
|
distributionStockupVO.setCompleteSetName("否"); |
|
|
@ -67,6 +68,7 @@ public class DistributionStockArticleWrapper extends BaseEntityWrapper<Distribut |
|
|
|
distributionStockupVO.setCompleteSetName("是"); |
|
|
|
distributionStockupVO.setCompleteSetName("是"); |
|
|
|
break; |
|
|
|
break; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
buildVoInfor(distributionStockupVO); |
|
|
|
buildVoInfor(distributionStockupVO); |
|
|
|
return distributionStockupVO; |
|
|
|
return distributionStockupVO; |
|
|
|
} |
|
|
|
} |
|
|
|