给所有JOB加上了redis锁+IOT解析优化+系统配置POJO参数值的类型改为长整形,否则新增时参数值过长会系统异常

yun-zuoyi
许心洁 6 years ago
parent f1cfe26378
commit f39e16511f

@ -10,6 +10,7 @@ import org.hibernate.annotations.DynamicUpdate;
import javax.persistence.Column; import javax.persistence.Column;
import javax.persistence.Entity; import javax.persistence.Entity;
import javax.persistence.Lob;
import javax.persistence.Table; import javax.persistence.Table;
/** /**
@ -51,6 +52,7 @@ public class WmsConfig extends BaseBean {
@ApiParam(value ="参数值类型") @ApiParam(value ="参数值类型")
private String configValueType; private String configValueType;
@Lob
@Column(name="CONFIG_VALUE") @Column(name="CONFIG_VALUE")
@ApiParam(value ="参数值") @ApiParam(value ="参数值")
private String configValue; private String configValue;

Loading…
Cancel
Save