Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
yangxiujun
/
paidan_demo
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 8466a122
authored
Nov 24, 2023
by
刘鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref: 更新mq消息存贮字段类型
1 parent
24343f24
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
project-order/src/main/java/com/dituhui/pea/order/entity/BeanMqMessageEntity.java
project-order/src/main/java/com/dituhui/pea/order/entity/BeanMqMessageEntity.java
View file @
8466a12
...
...
@@ -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"
)
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment