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