kobe6258 hai 2 meses
pai
achega
3f847c99fb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      controllers/rzd_controller.go

+ 1 - 1
controllers/rzd_controller.go

@@ -19,7 +19,7 @@ type RzdController struct {
 // @Param   WeekFlag  query  int  false
 // @Success 200 {object} company.GetUnusualRenewListGroupMonthResp
 // @router /rz_deal_data [get]
-func (this *YongyiController) DealData() {
+func (this *RzdController) DealData() {
 	br := new(models.BaseResponse).Init()
 	defer func() {
 		this.Data["json"] = br