fix(fee):修正错误的文字。

This commit is contained in:
徐涛
2022-09-22 13:25:14 +08:00
parent 022788bb44
commit f3457c9ab2
2 changed files with 9 additions and 9 deletions

View File

@@ -197,7 +197,7 @@ func statAdditionalCharges(c *gin.Context) {
result.Error(http.StatusInternalServerError, "不能解析给定的参数[page]。")
return
}
fees, total, err := service.MaintenanceFeeService.QueryAdditiionalCharges(requestUser, requestPark, period, keyword, requestPage)
fees, total, err := service.MaintenanceFeeService.QueryAdditionalCharges(requestUser, requestPark, period, keyword, requestPage)
if err != nil {
result.Error(http.StatusInternalServerError, err.Error())
return