fix(core):单号生成未正常重置

yun-zuoyi
汪云昊 4 years ago
parent d2fd06cb2b
commit 23f24d297d

@ -59,8 +59,7 @@ public class SysOrderNoRule extends BaseBean {
@Column(name = "SERIAL_NO_LENGTH") @Column(name = "SERIAL_NO_LENGTH")
@ApiParam(value = "流水号长度",example = "-1") @ApiParam(value = "流水号长度",example = "-1")
@JsonSerialize(using = ToStringSerializer.class) private Integer serialNoLength;
private Long serialNoLength;
@Column(name = "IS_CYCLE") @Column(name = "IS_CYCLE")
@ApiParam(value = "是否按日期循环", example = "1") @ApiParam(value = "是否按日期循环", example = "1")

Loading…
Cancel
Save