|
@@ -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
|