controllers/operation.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
controllers/operation.go
@@ -589,7 +589,7 @@ } } if operation.Source != "" { go UpdateOutStatus(operation.Source, operation.Number, 4) go UpdateOutStatus(operation.Source, operation.SourceNumber, 4) } } @@ -927,7 +927,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, "操作成功") }