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 84450029
authored
May 19, 2023
by
王力
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature_OrderServiceList_wangl' into 'develop'
数据库字段变更 See merge request !13
2 parents
7d88cabe
c817b6f7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
project-order/src/main/java/com/alibaba/cloud/integration/order/service/impl/OrderServiceDetailImpl.java
project-order/src/main/java/com/alibaba/cloud/integration/order/service/impl/OrderServiceDetailImpl.java
View file @
8445002
...
@@ -203,7 +203,7 @@ public class OrderServiceDetailImpl implements OrderServiceDetail {
...
@@ -203,7 +203,7 @@ public class OrderServiceDetailImpl implements OrderServiceDetail {
items
.
add
(
this
.
PackEngineer
(
"类型:"
,
kind
,
""
));
items
.
add
(
this
.
PackEngineer
(
"类型:"
,
kind
,
""
));
items
.
add
(
this
.
PackEngineer
(
"性别/年龄:"
,
eg
.
getGender
()+
"/"
+
age
,
""
));
items
.
add
(
this
.
PackEngineer
(
"性别/年龄:"
,
eg
.
getGender
()+
"/"
+
age
,
""
));
items
.
add
(
this
.
PackEngineer
(
"手机号:"
,
eg
.
getPhone
(),
""
));
items
.
add
(
this
.
PackEngineer
(
"手机号:"
,
eg
.
getPhone
(),
""
));
items
.
add
(
this
.
PackEngineer
(
"工号:"
,
eg
.
getCode
(),
""
));
items
.
add
(
this
.
PackEngineer
(
"工号:"
,
eg
.
get
Engineer
Code
(),
""
));
items
.
add
(
this
.
PackEngineer
(
"技能:"
,
skill
.
getSkill
(),
""
));
items
.
add
(
this
.
PackEngineer
(
"技能:"
,
skill
.
getSkill
(),
""
));
return
items
;
return
items
;
}
}
...
...
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