修改报错

Signed-off-by: crish <570360737@qq.com>
yun-zuoyi
crish 6 years ago
parent 43c2dd4092
commit 1f6eb341cd

@ -84,8 +84,8 @@ public class MesQueueOrder extends BaseBean {
return this.status == null ? 0 : this.status; return this.status == null ? 0 : this.status;
} }
public double getSeq() { public double getSeqVal() {
return this.seq == null ? 0.0d : this.seq; return this.seq == null ? 0.0d : this.seq;
} }
} }

Loading…
Cancel
Save