update forward
This commit is contained in:
parent
7d1ecd780c
commit
f558e9dbba
2
def.go
2
def.go
@ -274,7 +274,7 @@ type JobPayloadGDeposit struct {
|
|||||||
Status int `json:"status"`
|
Status int `json:"status"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type JobPayloadGDepositFwd struct {
|
type JobPayloadGDepositForwardd struct {
|
||||||
ItemID64 int64 `json:"item_id"`
|
ItemID64 int64 `json:"item_id"`
|
||||||
Quantity int64 `json:"quantity"`
|
Quantity int64 `json:"quantity"`
|
||||||
}
|
}
|
||||||
|
4
job.go
4
job.go
@ -724,8 +724,8 @@ func jobGStock(j Job) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
func jobGDepositForward(j Job) {
|
func jobGDepositForwardd(j Job) {
|
||||||
var p JobPayloadGDepositFwd
|
var p JobPayloadGDepositForwardd
|
||||||
err := setJobStart(j.ID64)
|
err := setJobStart(j.ID64)
|
||||||
logOnError(err, "jobGDepositForward : setJobStart")
|
logOnError(err, "jobGDepositForward : setJobStart")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user