Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
youjj
cloud-platform
Commits
33406df8
Commit
33406df8
authored
Dec 25, 2019
by
libin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
大屏展示
parent
f167aab1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
OrderProfileDispayVo.java
...com/xxfc/platform/order/pojo/vo/OrderProfileDispayVo.java
+2
-2
UserProfileDisplayBiz.java
...va/com/xxfc/platform/order/biz/UserProfileDisplayBiz.java
+1
-1
No files found.
xx-order/xx-order-api/src/main/java/com/xxfc/platform/order/pojo/vo/OrderProfileDispayVo.java
View file @
33406df8
...
@@ -49,14 +49,14 @@ public class OrderProfileDispayVo implements Serializable {
...
@@ -49,14 +49,14 @@ public class OrderProfileDispayVo implements Serializable {
/**
/**
* 订单支付方式|终端
* 订单支付方式|终端
*/
*/
private
OrderPayProfileDispalyVo
orderPayProfileDisp
al
;
private
OrderPayProfileDispalyVo
orderPayProfileDisp
lay
;
public
List
<
CenterOrderProfileDisplayVo
>
getCenterOrderProfileDisplays
()
{
public
List
<
CenterOrderProfileDisplayVo
>
getCenterOrderProfileDisplays
()
{
return
CollectionUtils
.
isEmpty
(
centerOrderProfileDisplays
)
?
Collections
.
EMPTY_LIST
:
centerOrderProfileDisplays
;
return
CollectionUtils
.
isEmpty
(
centerOrderProfileDisplays
)
?
Collections
.
EMPTY_LIST
:
centerOrderProfileDisplays
;
}
}
public
OrderPayProfileDispalyVo
getOrderPayProfileDispal
()
{
public
OrderPayProfileDispalyVo
getOrderPayProfileDispal
()
{
return
Objects
.
isNull
(
orderPayProfileDisp
al
)
?
new
OrderPayProfileDispalyVo
()
:
orderPayProfileDispal
;
return
Objects
.
isNull
(
orderPayProfileDisp
lay
)
?
new
OrderPayProfileDispalyVo
()
:
orderPayProfileDisplay
;
}
}
public
List
<
OrderProfileVo
>
getOrderProfiles
()
{
public
List
<
OrderProfileVo
>
getOrderProfiles
()
{
...
...
xx-order/xx-order-server/src/main/java/com/xxfc/platform/order/biz/UserProfileDisplayBiz.java
View file @
33406df8
...
@@ -21,7 +21,7 @@ import org.springframework.transaction.annotation.Transactional;
...
@@ -21,7 +21,7 @@ import org.springframework.transaction.annotation.Transactional;
public
class
UserProfileDisplayBiz
extends
BaseBiz
<
UserProfileDisplayMapper
,
UserProfileDisplay
>
{
public
class
UserProfileDisplayBiz
extends
BaseBiz
<
UserProfileDisplayMapper
,
UserProfileDisplay
>
{
public
UserProfileDisplayVo
findUserProfileData
()
{
public
UserProfileDisplayVo
findUserProfileData
()
{
UserProfileDisplayVo
userProfileDisplayVo
=
new
UserProfileDisplayVo
();
UserProfileDisplayVo
userProfileDisplayVo
=
new
UserProfileDisplayVo
();
//todo
return
userProfileDisplayVo
;
return
userProfileDisplayVo
;
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment