10024
This commit is contained in:
parent
28e32442cc
commit
b8ad3d364a
|
@ -32,8 +32,8 @@ func (s *SalaryCalculator1000) Calculate(salary *model.StaffSalary) map[string]i
|
|||
data := make(map[string]interface{})
|
||||
data["adProfit"] = s.getAdOwnerProfit(salary)
|
||||
|
||||
data["appProfit10024"] = s.getAppProfit(10024, salary.Month)
|
||||
data["appProfit10024Previous "] = s.getAppProfit(10024, monthTime.AddDate(0, -1, 0).Format("200601"))
|
||||
data["app10024Profit"] = s.getAppProfit(10024, salary.Month)
|
||||
data["app10024Profit2"] = s.getAppProfit(10024, monthTime.AddDate(0, -1, 0).Format("200601"))
|
||||
return data
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue