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"` 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
View File

@ -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")