This commit is contained in:
parent
75116148c7
commit
0751ad6237
Binary file not shown.
Binary file not shown.
|
|
@ -497,7 +497,7 @@
|
||||||
,cmis.estart cmiestart,cmis.eend cmieend
|
,cmis.estart cmiestart,cmis.eend cmieend
|
||||||
from pay a
|
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 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 term d on d.tmno=c.tmno
|
||||||
inner join users u on u.userno=b.userno
|
inner join users u on u.userno=b.userno
|
||||||
left outer join assign ua on ua.asno=u.asno
|
left outer join assign ua on ua.asno=u.asno
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -49,7 +49,7 @@
|
||||||
$("li.topsubmenu@(ViewBag.MenuPage.m1)").addClass("current");
|
$("li.topsubmenu@(ViewBag.MenuPage.m1)").addClass("current");
|
||||||
$("li.topmenu@(ViewBag.MenuPage.m0)").addClass("current");
|
$("li.topmenu@(ViewBag.MenuPage.m0)").addClass("current");
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
$('a:contains("마이페이지")').css("color", "#0070C0");
|
$(".gnbMenu").find("a:contains('마이페이지')").css("color", "#0070C0");
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue