fix
zhangqian
2023-08-30 58c8f42464f85bdce1c6ef683b92ccd25d74c6d2
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