This commit is contained in:
kdh0120 2020-12-14 00:27:37 +00:00
parent 75116148c7
commit 0751ad6237
5 changed files with 2 additions and 2 deletions

View File

@ -497,7 +497,7 @@
,cmis.estart cmiestart,cmis.eend cmieend
from pay a
inner join payitem b on b.payno=a.payno and b.ptype in (0,1,4) and b.pstatus in (1,21,22,51,55)
inner join cm c on c.cmno=b.itemno and c.rstime < now() and c.sstime > now()
inner join cm c on c.cmno=b.itemno and c.rstime < now() and c.retime > now()
inner join term d on d.tmno=c.tmno
inner join users u on u.userno=b.userno
left outer join assign ua on ua.asno=u.asno

View File

@ -49,7 +49,7 @@
$("li.topsubmenu@(ViewBag.MenuPage.m1)").addClass("current");
$("li.topmenu@(ViewBag.MenuPage.m0)").addClass("current");
$(document).ready(function () {
$('a:contains("마이페이지")').css("color", "#0070C0");
$(".gnbMenu").find("a:contains('마이페이지')").css("color", "#0070C0");
});
</script>
</body>