Authored by tanling

二手上架需要审核

@@ -105,11 +105,11 @@ public class ImperfectPublishProcessor implements PublishProcessor<ImperfectOrde @@ -105,11 +105,11 @@ public class ImperfectPublishProcessor implements PublishProcessor<ImperfectOrde
105 105
106 boolean isEntryShop = sellerBo.isCommonEntry() || sellerBo.isSuper(); 106 boolean isEntryShop = sellerBo.isCommonEntry() || sellerBo.isSuper();
107 SkupStatus tss; 107 SkupStatus tss;
108 - if (isEntryShop){  
109 - tss = SkupStatus.CAN_SELL;  
110 - }else{ 108 +// if (isEntryShop){
  109 +// tss = SkupStatus.CAN_SELL;
  110 +// }else{
111 tss = SkupStatus.CAN_NOT_SELL; 111 tss = SkupStatus.CAN_NOT_SELL;
112 - } 112 +// }
113 goodsInfo.setTargetSkupStatus(tss); 113 goodsInfo.setTargetSkupStatus(tss);
114 // 114 //
115 ImperfectOrderContext context = new ImperfectOrderContext(); 115 ImperfectOrderContext context = new ImperfectOrderContext();