Commit 8466a122 by 刘鑫

pref: 更新mq消息存贮字段类型

1 parent 24343f24
......@@ -39,7 +39,7 @@ public class BeanMqMessageEntity implements Serializable {
* 是否同步成功,0:失败,1:成功 默认成功
*/
@Column(name = "success")
private Integer success = 1;
private Boolean success = Boolean.TRUE;
@Column(name = "create_time", nullable = false, updatable = false, columnDefinition = "timestamp default current_timestamp")
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!