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 37af2b6a
authored
Oct 25, 2023
by
chamberone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 解决字段为空错误
1 parent
c39bae2f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
project-order/src/main/java/com/dituhui/pea/order/entity/OrderInfoEntity.java
project-order/src/main/java/com/dituhui/pea/order/entity/OrderInfoEntity.java
View file @
37af2b6
...
...
@@ -152,10 +152,10 @@ public class OrderInfoEntity {
private
LocalDateTime
planEndTime
;
@Column
(
name
=
"arrive_elapsed"
,
nullable
=
true
,
columnDefinition
=
"int(11) default '0'"
)
private
int
arriveElapsed
;
private
Integer
arriveElapsed
;
@Column
(
name
=
"arrive_distance"
,
nullable
=
true
,
columnDefinition
=
"int(11) default '0'"
)
private
int
arriveDistance
;
private
Integer
arriveDistance
;
@Column
(
name
=
"actual_start_time"
)
private
LocalDateTime
actualStartTime
;
...
...
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