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