更改重置参数

Signed-off-by: andly.pan <andly.pan@estsh.com>
yun-zuoyi
andly.pan 4 years ago
parent d627d024a7
commit 5e98df411e

@ -159,6 +159,6 @@ public class WmsActionResponseBean<Obj> implements Serializable {
}
public int getIsResetVal() {
return this.isReset == null ? 0 : this.isReset;
return this.isReset == null ? 2 : this.isReset;
}
}

Loading…
Cancel
Save