Merge pull request #157 from lanyulei/dev

fix: 去掉重开工单添加"copy"字样的问题,fix #149
This commit is contained in:
lanyulei 2021-04-01 23:21:42 +08:00 committed by GitHub
commit d246e4fa4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,