팩스 주소록관리 편집시 그룹정보 아이디 없으면 조회안되도록 수정
This commit is contained in:
parent
fe6ba0651d
commit
11f559fec5
@ -57,8 +57,6 @@ import itn.let.fax.addr.service.FaxAddrGroupVO;
|
|||||||
import itn.let.fax.addr.service.FaxAddrService;
|
import itn.let.fax.addr.service.FaxAddrService;
|
||||||
import itn.let.fax.addr.service.FaxAddrTransHistVO;
|
import itn.let.fax.addr.service.FaxAddrTransHistVO;
|
||||||
import itn.let.fax.addr.service.FaxAddrVO;
|
import itn.let.fax.addr.service.FaxAddrVO;
|
||||||
import itn.let.mjo.addr.service.AddrGroupVO;
|
|
||||||
import itn.let.mjo.addr.service.AddrVO;
|
|
||||||
import itn.let.mjo.msgdata.service.PhoneVO;
|
import itn.let.mjo.msgdata.service.PhoneVO;
|
||||||
|
|
||||||
@Controller
|
@Controller
|
||||||
@ -1679,19 +1677,19 @@ public class FaxAddrController {
|
|||||||
|
|
||||||
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());
|
||||||
|
}
|
||||||
|
|
||||||
|
if("".equals(addrGroupVO.getSearchSortCnd())){ //최초조회시 최신것 조회List
|
||||||
|
addrGroupVO.setSearchSortCnd("grpOrder");
|
||||||
|
addrGroupVO.setSearchSortOrd("desc");
|
||||||
|
}
|
||||||
|
|
||||||
|
addrGroupVO.setSiteId("web");
|
||||||
|
addrGroupList = faxAddrGroupService.selectFaxAddrGroupList(addrGroupVO);
|
||||||
}
|
}
|
||||||
|
|
||||||
if("".equals(addrGroupVO.getSearchSortCnd())){ //최초조회시 최신것 조회List
|
|
||||||
addrGroupVO.setSearchSortCnd("grpOrder");
|
|
||||||
addrGroupVO.setSearchSortOrd("desc");
|
|
||||||
}
|
|
||||||
|
|
||||||
addrGroupVO.setSiteId("web");
|
|
||||||
addrGroupList = faxAddrGroupService.selectFaxAddrGroupList(addrGroupVO);
|
|
||||||
}
|
}
|
||||||
catch(Exception e) {
|
catch(Exception e) {
|
||||||
isSuccess = false;
|
isSuccess = false;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user