|
@@ -101,7 +101,7 @@ public class CommonController extends BaseController {
|
|
map.put("hide",false);
|
|
map.put("hide",false);
|
|
if(Validator.isNotEmpty(bo.getVersion())){
|
|
if(Validator.isNotEmpty(bo.getVersion())){
|
|
if(bo.getVersion().equals("4.1")){
|
|
if(bo.getVersion().equals("4.1")){
|
|
- map.put("hide",true);
|
|
|
|
|
|
+ map.put("hide",false);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
return AjaxResult.success(map);
|
|
return AjaxResult.success(map);
|