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