주소록 그룹정보 로그인아이 없을경우 조회안되도록 수정
This commit is contained in:
parent
98e71f0aff
commit
fe6ba0651d
@ -1979,7 +1979,6 @@ public class AddrController {
|
|||||||
|
|
||||||
if(userId != "") {
|
if(userId != "") {
|
||||||
addrGroupVO.setMberId(userId);
|
addrGroupVO.setMberId(userId);
|
||||||
}
|
|
||||||
|
|
||||||
if(addrGroupVO.getPageUnit() != 10) {
|
if(addrGroupVO.getPageUnit() != 10) {
|
||||||
addrGroupVO.setPageUnit(addrGroupVO.getPageUnit());
|
addrGroupVO.setPageUnit(addrGroupVO.getPageUnit());
|
||||||
@ -1993,6 +1992,7 @@ public class AddrController {
|
|||||||
addrGroupVO.setSiteId("web");
|
addrGroupVO.setSiteId("web");
|
||||||
addrGroupList = addrGroupService.selectAddrGroupList(addrGroupVO);
|
addrGroupList = addrGroupService.selectAddrGroupList(addrGroupVO);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
catch(Exception e) {
|
catch(Exception e) {
|
||||||
isSuccess = false;
|
isSuccess = false;
|
||||||
msg = e.getMessage();
|
msg = e.getMessage();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user