@@ -465,6 +465,7 @@ public class GoodsWholesalePayServiceImpl implements GoodsWholesalePayService {
//超过最后
if (endPayNum >= endConfig.getStart()) {
orderDon.setMoney(BigDecimal.valueOf(thisPayNum).multiply(endConfig.getSingle()));
+ orderDon.setIsRecordDiffer(true);
return;
}
if (endConfig.getEnd().intValue() != 999 && endPayNum > endConfig.getEnd()) {