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
总成条码查查
pull/224/head
娄文智
2 years ago
parent
a9f05e5e99
commit
c76b3d7239
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/ReclinerReclst.service.impl.go
+ 1
- 1
services/qm/implments/ReclinerReclst.service.impl.go
View File
@ -1622,7 +1622,7 @@ func (impl *ReclinerReclstServiceImplement) SelectSeriByAssembly(user *global.Us
if
err
!=
nil
{
return
nil
,
err
}
if
seriInfo
==
nil
{
if
seriInfo
==
nil
||
seriInfo
.
OrderType
==
"PRE"
{
//查询mes数据表,找到总成条码
assemblyInfo
,
err
:=
assemblyDao
.
SelectOneByAssembly
(
orderId
)
Write
Preview
Loading…
Cancel
Save