Authored by chenchao

fix skup type 4 product

@@ -333,8 +333,7 @@ public class ProductProxyService extends AbsProxyService{ @@ -333,8 +333,7 @@ public class ProductProxyService extends AbsProxyService{
333 if(Objects.nonNull(skupa)) { 333 if(Objects.nonNull(skupa)) {
334 if (SkupType.ADVANCE.getCode() == skupa) { 334 if (SkupType.ADVANCE.getCode() == skupa) {
335 presaleFlag = isAdvace; 335 presaleFlag = isAdvace;
336 - }  
337 - if (SkupType.FLAW.getCode() == skupa || SkupType.SECOND_HAND.getCode() == skupa) { 336 + }else{
338 presaleFlag = skupa; 337 presaleFlag = skupa;
339 } 338 }
340 339