he2802 3 éve
szülő
commit
d4a4e10f02

+ 2 - 2
zhongzheng-api/src/main/java/com/zhongzheng/controller/cmmon/CommonController.java

@@ -100,8 +100,8 @@ public class CommonController extends BaseController {
         Map<String,Object> map = new HashMap<>();
         map.put("hide",false);
         if(Validator.isNotEmpty(bo.getVersion())){
-            if(bo.getVersion().equals("5.2.6")){
-                map.put("hide",false);
+            if(bo.getVersion().equals("7.0.1")){
+                map.put("hide",true);
             }
         }
         return AjaxResult.success(map);