Parcourir la Source

Merge remote-tracking branch 'origin/master' into dev

jiapeng 7 ans auparavant
Parent
commit
cefa4cc50b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/main/java/com/ekexiu/portal/service/SysService.java

+ 1 - 1
src/main/java/com/ekexiu/portal/service/SysService.java

@ -1793,7 +1793,7 @@ public class SysService {
1793 1793
	@Path("/regmobilephone")
1794 1794
	public String regMobilePhone(@JdbcConn(false) Connection con, String mobilePhone, @DefaultValue("true") boolean checkExists,String vcode,@SessionVal(value="verification",remove=true) String scode)
1795 1795
			throws JfwBaseException, SQLException {
1796
		if(!vcode.equals(scode)){
1796
		if(!vcode.toUpperCase().equals(scode)){
1797 1797
			throw new JfwBaseException(20001, "valid code error");
1798 1798
		}
1799 1799
		if (checkExists) {