|
@@ -121,7 +121,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("1.3.12")){
|
|
if(bo.getVersion().equals("1.3.12")){
|
|
- map.put("hide",true);
|
|
|
|
|
|
+ map.put("hide",false);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
return AjaxResult.success(map);
|
|
return AjaxResult.success(map);
|