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/156/head
allanwei
3 years ago
parent
bb1f62663c
commit
1dfe4e55e7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
services/report/implments/CustomizedQuery.service.impl.go
+ 1
- 1
services/report/implments/CustomizedQuery.service.impl.go
View File
@ -576,7 +576,7 @@ func (impl *CustomizedQueryServiceImplement) SeatQuery(user *global.User, serial
case
"ok"
:
break
default
:
errors
.
New
(
"状态查询条件错误"
)
err
=
err
ors
.
New
(
"状态查询条件错误"
)
return
}
Write
Preview
Loading…
Cancel
Save