"배정강사 클릭시 레이어 팝업으로 강사 정보 노출해주세요" 진행중 _ 02

This commit is contained in:
hylee 2023-07-14 12:49:58 +09:00
parent 424172b63c
commit 243d270ca4
2 changed files with 1 additions and 3 deletions

View File

@ -251,8 +251,6 @@ public class EduEndTngrController {
//List<VEEduAplctVO> vEEduAplctVOList = vEEduMIXService.selectPagingList(vEEduAplctVO); //List<VEEduAplctVO> vEEduAplctVOList = vEEduMIXService.selectPagingList(vEEduAplctVO);
List<VEEduChasiVO> vEEduChasiVOList = vEEduMIXService.selectChasiList(vEEduChasiVO); List<VEEduChasiVO> vEEduChasiVOList = vEEduMIXService.selectChasiList(vEEduChasiVO);
System.out.println("============================");
//3.pageing step3 //3.pageing step3
paginationInfo = this.setPagingStep3_2(vEEduChasiVOList, paginationInfo); paginationInfo = this.setPagingStep3_2(vEEduChasiVOList, paginationInfo);

View File

@ -1037,7 +1037,7 @@
- -
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<button type="button" class="btnType04" data-tooltip="instrInfo_pop01" onclick="selectInstrInfo('${list.eduAplctOrd}')" title="팝업 열림">${cryptoUtil.decrypt(list.instrNm) }</button> <button type="button" class="btnType04" data-tooltip="instrInfo_pop01" onclick="selectInstrInfo('${list.userId}')" title="팝업 열림">${cryptoUtil.decrypt(list.instrNm) }</button>
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
</td> </td>