ソースを参照

enterpriseScale修改

liliang4869 7 年 前
コミット
3e644b36a2
共有2 個のファイルを変更した2 個の追加5 個の削除を含む
  1. 1 2
      src/main/java/com/goafanti/user/bo/InputOrgBasicInfo.java
  2. 1 3
      src/main/java/com/goafanti/user/bo/InputOrganizationIdentity.java

+ 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 + "}")