193
|
public Object[] resetpwMobile(@JdbcConn(false) Connection con, String account, @DefaultValue("false") boolean checkExists) throws Exception {
|
193
|
public Object[] resetpwMobile(@JdbcConn(false) Connection con, String account, @DefaultValue("false") boolean checkExists) throws Exception {
|
195
|
User user = this.userDao.queryByAccount(con, account);
|
195
|
User user = this.userDao.queryByAccount(con, account);
|
197
|
throw new JfwBaseException(-60000, "not found account");
|
197
|
throw new JfwBaseException(-60000, "not found account");
|