fix skup type 4 product
Showing
1 changed file
with
1 additions
and
2 deletions
@@ -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 |
-
Please register or login to post a comment