|
@@ -125,7 +125,6 @@ public class CommonController extends BaseController {
|
|
|
map.put("hide",false);
|
|
map.put("hide",false);
|
|
|
if(Validator.isNotEmpty(bo.getVersion())){
|
|
if(Validator.isNotEmpty(bo.getVersion())){
|
|
|
String hideVersion = configService.selectConfigByKey("version.hide");
|
|
String hideVersion = configService.selectConfigByKey("version.hide");
|
|
|
- System.out.println(hideVersion);
|
|
|
|
|
if(bo.getVersion().equals(hideVersion)){
|
|
if(bo.getVersion().equals(hideVersion)){
|
|
|
map.put("hide",true);
|
|
map.put("hide",true);
|
|
|
}
|
|
}
|