update forward

This commit is contained in:
shoopea 2019-08-29 17:17:27 +08:00
parent 7d1ecd780c
commit f558e9dbba
2 changed files with 3 additions and 3 deletions

2
def.go
View File

@ -274,7 +274,7 @@ type JobPayloadGDeposit struct {
Status int `json:"status"`
}
type JobPayloadGDepositFwd struct {
type JobPayloadGDepositForwardd struct {
ItemID64 int64 `json:"item_id"`
Quantity int64 `json:"quantity"`
}

4
job.go
View File

@ -724,8 +724,8 @@ func jobGStock(j Job) {
return
}
func jobGDepositForward(j Job) {
var p JobPayloadGDepositFwd
func jobGDepositForwardd(j Job) {
var p JobPayloadGDepositForwardd
err := setJobStart(j.ID64)
logOnError(err, "jobGDepositForward : setJobStart")