修改报错

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

@ -80,7 +80,7 @@ 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