Przeglądaj źródła

enterpriseScale修改

liliang4869 7 lat temu
rodzic
commit
3e644b36a2

+ 1 - 2
src/main/java/com/goafanti/user/bo/InputOrgBasicInfo.java

@@ -134,8 +134,7 @@ public class InputOrgBasicInfo {
 	/**
 	 * 企业规模(注册资金)
 	 */
-	@Max(value = 9, message = "{" + ErrorConstants.PARAM_ERROR + "}")
-	@Min(value = 0, message = "{" + ErrorConstants.PARAM_ERROR + "}")
+
 	private String		enterpriseScale;
 
 	/**

+ 1 - 3
src/main/java/com/goafanti/user/bo/InputOrganizationIdentity.java

@@ -162,9 +162,7 @@ public class InputOrganizationIdentity {
 	@Max(value = 99, message = "{" + ErrorConstants.PARAM_ERROR + "}")
 	@Min(value = 0, message = "{" + ErrorConstants.PARAM_ERROR + "}")
 	private Integer industry;
-	
-	@Max(value = 1, message = "{" + ErrorConstants.PARAM_ERROR + "}")
-	@Min(value = 0, message = "{" + ErrorConstants.PARAM_ERROR + "}")
+
 	private String enterpriseScale;
 	
 	@Max(value = 1, message = "{" + ErrorConstants.PARAM_ERROR + "}")