fix: 去掉重开工单添加"copy"字样的问题,fix #149
This commit is contained in:
parent
34a524b27e
commit
608751fbf6
@ -533,7 +533,7 @@ func ReopenWorkOrder(c *gin.Context) {
|
||||
tx := orm.Eloquent.Begin()
|
||||
|
||||
newWorkOrder = process.WorkOrderInfo{
|
||||
Title: workOrder.Title + "-copy",
|
||||
Title: workOrder.Title,
|
||||
Priority: workOrder.Priority,
|
||||
Process: workOrder.Process,
|
||||
Classify: workOrder.Classify,
|
||||
|
Loading…
x
Reference in New Issue
Block a user