fix
This commit is contained in:
parent
f0f2c523a5
commit
baa38ea9ed
|
|
@ -50,7 +50,7 @@ func (t *StorageCreatePackage) do(task *Task, ctx TaskContext) error {
|
|||
}
|
||||
|
||||
// TODO 根据接口result返回情况修改
|
||||
task.SendStatus(exectsk.NewStorageCreatePackageStatus("completed", "", resp.PackageID))
|
||||
task.SendStatus(exectsk.NewStorageCreatePackageStatus("completed", "", resp.Package.PackageID))
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue