zoujiajian 1 год назад
Родитель
Сommit
31884af9d7

+ 1 - 0
netflix-service/src/main/java/com/cyksj/service/order/impl/GoodsWholesalePayServiceImpl.java

@@ -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()) {