appProfit10024
This commit is contained in:
parent
d49ef6979b
commit
28e32442cc
|
@ -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["appProfit1024"] = s.getAppProfit(10024, salary.Month)
|
||||
data["appProfit1024Previous "] = s.getAppProfit(10024, monthTime.AddDate(0, -1, 0).Format("200601"))
|
||||
data["appProfit10024"] = s.getAppProfit(10024, salary.Month)
|
||||
data["appProfit10024Previous "] = s.getAppProfit(10024, monthTime.AddDate(0, -1, 0).Format("200601"))
|
||||
return data
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue