Cui Zhi Feng
2024-09-03 935e0480f6d05140db21408d0368105accebbbca
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()));
            }
        }