Commit 33406df8 authored by libin's avatar libin

大屏展示

parent f167aab1
...@@ -49,14 +49,14 @@ public class OrderProfileDispayVo implements Serializable { ...@@ -49,14 +49,14 @@ public class OrderProfileDispayVo implements Serializable {
/** /**
* 订单支付方式|终端 * 订单支付方式|终端
*/ */
private OrderPayProfileDispalyVo orderPayProfileDispal; private OrderPayProfileDispalyVo orderPayProfileDisplay;
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(orderPayProfileDispal) ? new OrderPayProfileDispalyVo() : orderPayProfileDispal; return Objects.isNull(orderPayProfileDisplay) ? new OrderPayProfileDispalyVo() : orderPayProfileDisplay;
} }
public List<OrderProfileVo> getOrderProfiles() { public List<OrderProfileVo> getOrderProfiles() {
......
...@@ -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;
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment