Authored by chenchao

fix skup type 4 product

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