cloudroam
2024-09-03 da3441a507573988ad290c8abb8026da64636468
src/main/java/com/mzl/flower/service/payment/OrderService.java
@@ -958,6 +958,9 @@
        if(checkList != null && checkList.size() > 0){
            for(OrderItemCheck c : checkList){
                if(Constants.CHECK_TYPE.replace.name().equals(c.getType())){
                    continue;
                }
                totalAmount = totalAmount.subtract(getAmount(c.getDeductAmount()));
            }
        }