커밋
This commit is contained in:
parent
15e004c181
commit
de28802a93
@ -782,7 +782,7 @@ public class MemberController extends NlibCommonController{
|
||||
model.addAttribute("rentStats", rentStats);
|
||||
|
||||
if(Integer.parseInt(rentStats.get("lentCnt")) > 0 || Integer.parseInt(rentStats.get("lentOverCnt")) > 0) {
|
||||
return message = "nonReturn";
|
||||
return message = "nonReturn";
|
||||
}
|
||||
|
||||
loginVO.setJoinCouncilCd(getCurCouncilCd(request));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user