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