Authored by tanling

二手上架需要审核

... ... @@ -105,11 +105,11 @@ public class ImperfectPublishProcessor implements PublishProcessor<ImperfectOrde
boolean isEntryShop = sellerBo.isCommonEntry() || sellerBo.isSuper();
SkupStatus tss;
if (isEntryShop){
tss = SkupStatus.CAN_SELL;
}else{
// if (isEntryShop){
// tss = SkupStatus.CAN_SELL;
// }else{
tss = SkupStatus.CAN_NOT_SELL;
}
// }
goodsInfo.setTargetSkupStatus(tss);
//
ImperfectOrderContext context = new ImperfectOrderContext();
... ...