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