This commit is contained in:
邹宗楠
2025-09-04 14:34:37 +08:00
parent ef28818502
commit 9e5e22df41
5 changed files with 63 additions and 37 deletions

View File

@@ -1213,12 +1213,7 @@ func (c *OrderManager) GetStoresOrderSaleInfoNew(ctx *jxcontext.Context, storeID
}
for _, vf := range fineList {
if v.StoreID == vf.StoreID && v.VendorID == vf.VendorID {
switch vf.BillType {
case 21:
v.PromotionFee += vf.SettleAmount
default:
v.FineFee += vf.SettleAmount
}
v.FineFee += vf.SettleAmount
}
}
}