dsmzx
2024-07-02 260b3fbc34b4e9ae2ee53e4a7917abb72ef848a7
service/operation.go
@@ -249,6 +249,7 @@
      if v.IsInternalOutput {
         var inputDetail models.OperationDetails
         mapstructure.Decode(v, &inputDetail)
         inputDetail.Id = 0
         inputDetail.OperationID = 0
         internalInputDetails = append(internalInputDetails, &inputDetail)
      }