Commit 3d3aa03e authored by 陈明豪's avatar 陈明豪

bug修改

parent 2916ffea
...@@ -110,7 +110,9 @@ public class InvitedPersonServiceImpl extends ServiceImpl<InvitedPersonRepositor ...@@ -110,7 +110,9 @@ public class InvitedPersonServiceImpl extends ServiceImpl<InvitedPersonRepositor
String phone = CyUserUtil.getUserInfoStrProp(cyJwtUtil.getToken(request), CyUserUtil.USER_PHONE); String phone = CyUserUtil.getUserInfoStrProp(cyJwtUtil.getToken(request), CyUserUtil.USER_PHONE);
// System.out.println("用户手机号" + phone); // System.out.println("用户手机号" + phone);
// 设置默认排序方式 // 设置默认排序方式
visitInfomation.setSort("3"); if (visitInfomation.getSort() == null || visitInfomation.getSort().equals("")){
visitInfomation.setSort("3");
}
//查找对象 //查找对象
IPage<VisitInfoMation> visitInfoMationIPage = invitedPersonRepository.queryVisitInfomationsPaged(paginationUtility, visitInfomation, phone); IPage<VisitInfoMation> visitInfoMationIPage = invitedPersonRepository.queryVisitInfomationsPaged(paginationUtility, visitInfomation, phone);
......
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