zhangqian
2024-01-12 230ce554d9a42e5c1e322bf13d186f87651edd96
controllers/operation.go
@@ -590,7 +590,7 @@
            }
         }
         if operation.Source != "" {
            go UpdateOutStatus(operation.Source, operation.Number, 4)
            go UpdateOutStatus(operation.Source, operation.SourceNumber, 4)
         }
      }
@@ -928,7 +928,7 @@
   }
   //更新aps物料申请状态
   if operation.Source == "APS_APPLY_MATERIAL" {
      go UpdateOutStatus(operation.Source, operation.Number, 3)
      go UpdateOutStatus(operation.Source, operation.SourceNumber, 3)
   }
   util.ResponseFormat(c, code.Success, "操作成功")
}