kobe6258 2 ヶ月 前
コミット
3f847c99fb
1 ファイル変更1 行追加1 行削除
  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