Merge branch 'hylee' into advc

This commit is contained in:
hylee 2024-03-14 11:52:48 +09:00
commit 1f6931c1b8
2 changed files with 5 additions and 3 deletions

View File

@ -1618,6 +1618,7 @@
ON a.prcs_ord = b.prcs_ord ON a.prcs_ord = b.prcs_ord
where where
a.LCTR_DIV_CD ='60' a.LCTR_DIV_CD ='60'
AND a.USE_YN ='Y'
AND SUBSTRING(a.EDU_STRT_PNTTM, 1, 7) = TO_CHAR(TO_DATE(#sTodate#,'YYYYMMDD')+ 7,'YYYY.MM') AND SUBSTRING(a.EDU_STRT_PNTTM, 1, 7) = TO_CHAR(TO_DATE(#sTodate#,'YYYYMMDD')+ 7,'YYYY.MM')
</select> </select>

View File

@ -44,12 +44,13 @@
function fn_updateCnclUpdate() { function fn_updateCnclUpdate() {
var v_msg = $('#rmrks').val(); var v_msg = $('#rmrks').val();
if(!v_msg){ /* if(!v_msg){
alert("메모를 입력해 주세요"); alert("메모를 입력해 주세요");
return false; return false;
} } */
window.opener.fn_popup_submit_cmmAjax(v_msg); // window.opener.fn_popup_submit_cmmAjax(v_msg);
opener.parent.fn_popup_submit_cmmAjax(v_msg);
// self.close(); // self.close();
} }
</script> </script>