Showing
1 changed file
with
1 additions
and
1 deletions
@@ -27,7 +27,7 @@ public class UfoToYohoGeneralService { | @@ -27,7 +27,7 @@ public class UfoToYohoGeneralService { | ||
27 | productIndexBO.setProductKeyword(product.getKeyWords()); | 27 | productIndexBO.setProductKeyword(product.getKeyWords()); |
28 | //状态 | 28 | //状态 |
29 | productIndexBO.setStatus(1); | 29 | productIndexBO.setStatus(1); |
30 | - if (product.getDelStatus() != 0 || product.getShelveStatus() == 0) { | 30 | + if (product.getDelStatus() != 0 || product.getShelveStatus() != 1){ |
31 | productIndexBO.setStatus(0); | 31 | productIndexBO.setStatus(0); |
32 | } | 32 | } |
33 | productIndexBO.setIsSales(productIndexBO.getStatus() == 1 ? "Y" : "N"); | 33 | productIndexBO.setIsSales(productIndexBO.getStatus() == 1 ? "Y" : "N"); |
-
Please register or login to post a comment