Browse Source

fix 5.2.6

he2802 3 năm trước cách đây
mục cha
commit
c9d008671b

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

@@ -100,7 +100,7 @@ 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.5")){
+            if(bo.getVersion().equals("5.2.6")){
                 map.put("hide",false);
             }
         }