liujiandao
2024-03-04 038aa6802a08c7cb3e051f79087a79f20f1e36a3
service/serviceCollectionPlan.go
@@ -73,7 +73,7 @@
}
func (ServiceCollectionPlanService) UpdateServiceCollectionPlan(serviceCollectionPlan *model.ServiceCollectionPlan) int {
   err := model.NewServiceCollectionPlanSearch().SetId(serviceCollectionPlan.Id).Save(serviceCollectionPlan)
   err := model.NewServiceCollectionPlanSearch().SetId(serviceCollectionPlan.Id).Update(serviceCollectionPlan)
   if err != nil {
      return ecode.DBErr
   }