Merge branch 'advc' of http://hylee@vcs.iten.co.kr:9999/hylee/mjon_git
into advc
This commit is contained in:
parent
3506ca1c76
commit
a3aaba6343
@ -209,13 +209,11 @@ public class FaxAddrController {
|
||||
addrVO.setSearchSortCnd("addrId");
|
||||
addrVO.setSearchSortOrd("asc");
|
||||
}
|
||||
System.out.println("=================================================="+addrVO.getSearchAddrGrpId());
|
||||
List<FaxAddrVO> addrList = new ArrayList();
|
||||
if(StringUtils.isNotEmpty(addrVO.getSearchAddrGrpId())) {
|
||||
addrList = faxAddrService.selectFaxAddrList(addrVO);
|
||||
|
||||
}
|
||||
System.out.println("==================================================");
|
||||
|
||||
int totCnt = 0;
|
||||
if(addrList.size() > 0) {
|
||||
|
||||
@ -705,8 +705,8 @@ function setAddrDupliClose() {
|
||||
</c:forEach>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<tr>
|
||||
<td colspan="6">검색 결과가 없거나, 좌측 그룹을 선택해 주세요.</td>
|
||||
<tr class="td_none">
|
||||
<td colspan="6">주소록 그룹을 선택해 주세요.</td>
|
||||
</tr>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user