This commit is contained in:
邹宗楠
2026-01-09 09:29:11 +08:00
parent 518a23c71d
commit 2ede1d1153
2 changed files with 2 additions and 2 deletions

View File

@@ -1837,7 +1837,7 @@ func StatisticsSettlement(db *DaoDB, storeId []int, start, end time.Time, vendor
v.PackagingFee = 40 * v.OrderCount
} else {
if v.PayPercentage != 0 && v.JxIncome == 0 {
v.JxIncome = float64(v.TotalShopMoney) - v.StoreInCome
v.JxIncome = float64(v.TotalShopMoney) - v.StoreIncome
}
}
// 服务费