|
@ -660,6 +660,7 @@ public class IcResiUserController { |
|
|
input.setCustomerId(loginUser.getCustomerId()); |
|
|
input.setCustomerId(loginUser.getCustomerId()); |
|
|
input.setStaffId(loginUser.getUserId()); |
|
|
input.setStaffId(loginUser.getUserId()); |
|
|
input.setFormCode(IcFormCodeEnum.RESI_BASE_INFO.getCode()); |
|
|
input.setFormCode(IcFormCodeEnum.RESI_BASE_INFO.getCode()); |
|
|
|
|
|
input.setConditions(new ArrayList<>()); |
|
|
if (input.getPageNo() == null) { |
|
|
if (input.getPageNo() == null) { |
|
|
input.setPageNo(NumConstant.ONE); |
|
|
input.setPageNo(NumConstant.ONE); |
|
|
} |
|
|
} |
|
|