Merge branch 'dev' of https://github.com/lanyulei/ferry2 into dev
This commit is contained in:
commit
d2040234fa
@ -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