fix
zhangqian
2023-08-25 5fd5bb53c5c34e9c8d4708a450839ef998185446
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