|
|
@ -57,7 +57,7 @@ public class LoginController {
|
|
|
|
|
|
|
|
|
|
|
|
@RequestMapping(value = "login",method = RequestMethod.GET)
|
|
|
|
@RequestMapping(value = "login",method = RequestMethod.GET)
|
|
|
|
public String toLogin(Model model){
|
|
|
|
public String toLogin(Model model){
|
|
|
|
Power_Login_Set loginSet = powerLoginSetMapper.selectByPrimaryKey(sysFlag);
|
|
|
|
Power_Login_Set loginSet = powerLoginSetMapper.selectByPrimaryKey(1);
|
|
|
|
model.addAttribute("loginSet",loginSet);
|
|
|
|
model.addAttribute("loginSet",loginSet);
|
|
|
|
CacheManager.addExcCount("noExc");
|
|
|
|
CacheManager.addExcCount("noExc");
|
|
|
|
return "loginDir/login";
|
|
|
|
return "loginDir/login";
|
|
|
|