forked from free-lancers/electricity_bill_calc_service
fix(fee):修正错误的文字。
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user