2024-01-22 12:07 성인강사리스트 오류 수정
This commit is contained in:
parent
76177be78c
commit
43ab10e4d8
@ -608,6 +608,7 @@ public class CrownixAjaxController {
|
||||
modelAndView.setViewName("jsonView");
|
||||
System.out.println(" vEInstrDetailVO.getUserIdList().toString() :: "+vEInstrDetailVO.getUserIdList().toString());
|
||||
//대상 강사 리스트
|
||||
vEInstrDetailVO.setInstrDiv("20");
|
||||
List<VEInstrDetailVO> vEInstrDetailVOList = vEInstrMixService.selectWhereInDetailReport(vEInstrDetailVO);
|
||||
//복호화
|
||||
vEInstrDetailVOList = egovCryptoUtil.decryptVEInstrDetailVOList(vEInstrDetailVOList);
|
||||
|
||||
@ -1065,6 +1065,10 @@
|
||||
WHERE 1=1
|
||||
AND a.use_yn='Y'
|
||||
|
||||
<isNotEmpty property="instrDiv">
|
||||
AND a00.instrDiv = #instrDiv#
|
||||
</isNotEmpty>
|
||||
|
||||
AND a00.instrDiv =a.instr_div
|
||||
AND a00.userId =a.user_id
|
||||
AND a00.instrDetailOrd=a.instr_detail_ord
|
||||
|
||||
@ -381,7 +381,7 @@
|
||||
viewer.showToolbarItem(["print_pdf"]);
|
||||
|
||||
viewer.openFile('adult_instrs_20231107.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/adultVisitEdu/eduAplct/instrDetailListAjax_v2.do?userIdList='+userIdList+']');
|
||||
/* viewer.openFile('adult_instrs_20231107.mrd', '/rf [http://192.168.0.12:8086/offedu/ve/aplct/adultVisitEdu/eduAplct/instrDetailListAjax_v2.do?userIdList='+userIdList+']'); */
|
||||
//viewer.openFile('adult_instrs_20231107.mrd', '/rf [http://192.168.0.32:3080/offedu/ve/aplct/adultVisitEdu/eduAplct/instrDetailListAjax_v2.do?userIdList='+userIdList+']');
|
||||
|
||||
}
|
||||
</script>
|
||||
Loading…
Reference in New Issue
Block a user