1794
|
public String regMobilePhone(@JdbcConn(false) Connection con, String mobilePhone, @DefaultValue("true") boolean checkExists,String vcode,@SessionVal(value="verification",remove=true) String scode)
|
1794
|
public String regMobilePhone(@JdbcConn(false) Connection con, String mobilePhone, @DefaultValue("true") boolean checkExists,String vcode,@SessionVal(value="verification",remove=true) String scode)
|
1795
|
throws JfwBaseException, SQLException {
|
1795
|
throws JfwBaseException, SQLException {
|
1800
|
User user = this.userDao.queryByEmailOrMobilePhone(con, mobilePhone);
|
1800
|
User user = this.userDao.queryByEmailOrMobilePhone(con, mobilePhone);
|