1
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user