mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-02 18:26:38 +08:00
debugger
This commit is contained in:
parent
6d01393632
commit
d31b4b45b3
@ -284,7 +284,7 @@ public class OrderService {
|
||||
endTotal = total * buyCount - discount;
|
||||
break;
|
||||
case "3":
|
||||
endTotal = (total * buyCount) * discount;
|
||||
endTotal = (total * buyCount) * (1-discount);
|
||||
break;
|
||||
case "1" :
|
||||
endTotal = total * buyCount - discount;
|
||||
|
Loading…
Reference in New Issue
Block a user