|
|
@@ -117,6 +117,7 @@ public class BizSqrEnterpriseApplyServiceImpl implements BizSqrEnterpriseApplySe
|
|
117
|
117
|
Integer orgId = null;
|
|
118
|
118
|
String userName = "";
|
|
119
|
119
|
Map<String, Object> modelMap1 = new HashMap<String, Object>();
|
|
|
120
|
+ String msg= "该企业已有承储资格,请勿重复申请";
|
|
120
|
121
|
//获取单位信息
|
|
121
|
122
|
String dwbm = "";
|
|
122
|
123
|
String ajbm ="";
|
|
|
@@ -152,7 +153,7 @@ public class BizSqrEnterpriseApplyServiceImpl implements BizSqrEnterpriseApplySe
|
|
152
|
153
|
}else{
|
|
153
|
154
|
if(bizSqrEnterpriseApply.getApplyType()==1){
|
|
154
|
155
|
if(bizSqrEnterprise!=null){
|
|
155
|
|
- modelMap.put("error", "该企业已有承储资格,请勿重复申请");
|
|
|
156
|
+ modelMap.put("error", msg);
|
|
156
|
157
|
return modelMap;
|
|
157
|
158
|
}
|
|
158
|
159
|
}
|
|
|
@@ -185,7 +186,7 @@ public class BizSqrEnterpriseApplyServiceImpl implements BizSqrEnterpriseApplySe
|
|
185
|
186
|
if(bizSqrEnterpriseApply.getApplyType()!=4){
|
|
186
|
187
|
if(bizSqrEnterpriseApply.getApplyType()==1){
|
|
187
|
188
|
if(bizSqrEnterprise!=null){
|
|
188
|
|
- modelMap.put("error", "该企业已有承储资格,请勿重复申请");
|
|
|
189
|
+ modelMap.put("error", msg);
|
|
189
|
190
|
return modelMap;
|
|
190
|
191
|
}
|
|
191
|
192
|
}
|