into advc
This commit is contained in:
hehihoho3@gmail.com 2024-12-17 16:49:40 +09:00
parent 3506ca1c76
commit a3aaba6343
2 changed files with 2 additions and 4 deletions

View File

@ -209,13 +209,11 @@ public class FaxAddrController {
addrVO.setSearchSortCnd("addrId"); addrVO.setSearchSortCnd("addrId");
addrVO.setSearchSortOrd("asc"); addrVO.setSearchSortOrd("asc");
} }
System.out.println("=================================================="+addrVO.getSearchAddrGrpId());
List<FaxAddrVO> addrList = new ArrayList(); List<FaxAddrVO> addrList = new ArrayList();
if(StringUtils.isNotEmpty(addrVO.getSearchAddrGrpId())) { if(StringUtils.isNotEmpty(addrVO.getSearchAddrGrpId())) {
addrList = faxAddrService.selectFaxAddrList(addrVO); addrList = faxAddrService.selectFaxAddrList(addrVO);
} }
System.out.println("==================================================");
int totCnt = 0; int totCnt = 0;
if(addrList.size() > 0) { if(addrList.size() > 0) {

View File

@ -705,8 +705,8 @@ function setAddrDupliClose() {
</c:forEach> </c:forEach>
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<tr> <tr class="td_none">
<td colspan="6">검색 결과가 없거나, 좌측 그룹을 선택해 주세요.</td> <td colspan="6">주소록 그룹을 선택해 주세요.</td>
</tr> </tr>
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>