zhangqian
2023-10-13 7438f17c0b3a9f79ee5890c554bedc64c362859b
api/v1/serviceCollectionPlan.go
@@ -115,7 +115,7 @@
      return
   }
   serviceCollectionPlan, total, errCode := service.NewServiceCollectionPlanService().GetServiceCollectionPlanList(params.ServiceContractId)
   serviceCollectionPlan, total, errCode := service.NewServiceCollectionPlanService().GetServiceCollectionPlanList(params.SourceType, params.SourceId)
   if errCode != ecode.OK {
      ctx.Fail(errCode)
      return