Authored by hugufei

>=0.88

... ... @@ -132,7 +132,7 @@ public class ProductMqListener extends AbstractMqListener implements ChannelAwar
if(productPrice!=null){
//计算折扣
Double discount = MathUtils.getDevideValue(productPrice.getSalesPrice(), productPrice.getMarketPrice(), 2, RoundingMode.DOWN);
if(discount<=0.88){
if(discount>=0.88){
productI.setIsnew("Y");
}
}
... ...