|
|
|
@ -24,8 +24,8 @@ public class UserController extends cokr.xit.base.user.web.UserController<Manage
|
|
|
|
|
@Resource(name="userService")
|
|
|
|
|
private UserService userService;
|
|
|
|
|
|
|
|
|
|
@Resource(name="userBean2")
|
|
|
|
|
private cokr.xit.fims.base.service.bean.UserBean userBean2;
|
|
|
|
|
@Resource(name="fineIntegrationUserBean")
|
|
|
|
|
private cokr.xit.fims.base.service.bean.FineIntegrationUserBean fineIntegrationUserBean;
|
|
|
|
|
|
|
|
|
|
@Resource(name = "codeBean")
|
|
|
|
|
private CodeBean codeBean;
|
|
|
|
@ -137,7 +137,7 @@ public class UserController extends cokr.xit.base.user.web.UserController<Manage
|
|
|
|
|
ModelAndView mav = new ModelAndView("jsonView");
|
|
|
|
|
|
|
|
|
|
boolean result = false;
|
|
|
|
|
result = userBean2.confirmPassword(password);
|
|
|
|
|
result = fineIntegrationUserBean.confirmPassword(password);
|
|
|
|
|
mav.addObject("result", result);
|
|
|
|
|
return mav;
|
|
|
|
|
}
|
|
|
|
|