Browse Source

Merge pull request '软件优化2' (#11) from feature_statistics into develop

Reviewed-on: http://101.201.121.115:3000/leo/LAPP_MY_BACKEND/pulls/11
pull/12/head
娄文智 3 years ago
parent
commit
db6131b63f
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      web/models/chargetab.go

+ 5
- 5
web/models/chargetab.go View File

@ -2574,12 +2574,12 @@ func (t *Chargetab) PropertyFeeData(startDate string) (datalist CatPropertytabDa
Twelve: utils.Decimal(allFell.Twelve/shopAllFell*100, 2), Twelve: utils.Decimal(allFell.Twelve/shopAllFell*100, 2),
All: utils.Decimal(shopAllMoney/12/shopAllFell*100, 2), All: utils.Decimal(shopAllMoney/12/shopAllFell*100, 2),
}) })
if errFell != nil {
errFell.Name = "异常收费"
datalist.ParkStatistics = append(datalist.ParkStatistics, *errFell)
}
}
}
if errFell != nil {
errFell.Name = "异常收费"
datalist.ParkStatistics = append(datalist.ParkStatistics, *errFell)
}
return datalist, nil return datalist, nil
} }
func loadData(allocatemonth string, fell *PropertyFeeTwo, money float64) { func loadData(allocatemonth string, fell *PropertyFeeTwo, money float64) {


Loading…
Cancel
Save