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