fix
wangpengfei
2023-08-25 c20b2d72c1f6241213f792dde44e50def6bf3510
api/v1/test/industry.go
@@ -116,12 +116,11 @@
      if err := iService.CreateIndustry(&industry); err != nil {
         global.GVA_LOG.Error("更新失败!", zap.Error(err))
         response.FailWithMessage("保存失败", c)
         return
      }
   }
   if err == nil {
      response.OkWithMessage("更新成功", c)
   }
   response.OkWithMessage("更新成功", c)
}
// FindIndustry 用id查询Industry