This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_Acura_MES_Backend
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
33
Wiki
Activity
Browse Source
修复目检 首件处理bug
pull/147/head
zhangxin
3 years ago
parent
5701d753e1
commit
51810720a7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
services/qm/implments/DefectRecord.service.impl.go
+ 1
- 1
services/qm/implments/DefectRecord.service.impl.go
View File
@ -336,7 +336,7 @@ func (impl *DefectRecordServiceImplement) Insert(user *global.User, entities mod
if
err
!=
nil
{
return
err
}
return
nil
//return nil
}
}
//更新目检质量状态
Write
Preview
Loading…
Cancel
Save