zhangqian
2023-12-08 b7f1d450564a0c4da681062f922ca21eafc37cef
service/progress.go
@@ -84,6 +84,6 @@
   if err != nil {
      return
   }
   err = mapstructure.Decode(procedureList, procedureList)
   err = mapstructure.Decode(procedureList, &progressList)
   return
}