修复队列乱跳问题。

yun-zuoyi
贾文涛 5 years ago
parent 30f8e332fa
commit d2f9c3502a

@ -220,6 +220,10 @@ public class MesQueueOrderDetail extends BaseBean implements Serializable {
return this.qty == null ? 0.0d : this.qty;
}
public double getFinsihQtyVal() {
return this.finsihQty == null ? 0.0d : this.finsihQty;
}
public int getStatusVal() {
return this.status == null ? 0 : this.status;
}

Loading…
Cancel
Save