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
删除无用文件 修改修复脚本使用配置文件中的工厂
develop
zhangxin
1 year ago
parent
9c61940d19
commit
1041c4bfa6
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
repari.go
+1
-1
shell/RepairSchedKey.go
+ 0
- 1
repari.go
View File
@ -1 +0,0 @@
package
main
+ 1
- 1
shell/RepairSchedKey.go
View File
@ -69,7 +69,7 @@ func main() {
}
session
:=
Engine
.
NewSession
(
)
user
:=
&
global
.
User
{
PlantNr
:
100
,
PlantNr
:
config
.
App
.
PlantNr
,
UserId
:
"RepairSchedKey"
,
}
serialOrderDao
:=
dal
.
NewSerialOrderDAO
(
session
,
user
.
PlantNr
,
user
.
UserId
)
Write
Preview
Loading…
Cancel
Save