admin
2020-02-28 b7bdc8f55aa7e5c3646084eb2c2a8801eeec6c5b
fanli/src/main/java/com/yeshi/fanli/aspect/VersionLimitAspect.java
@@ -78,7 +78,7 @@
               UserActiveLog activeLog = userActiveLogService.getUserLatestActiveInfo(Long.parseLong(uid));
               if (activeLog != null) {
                  // 小于2.1版本不增加红包
                  if (!VersionUtil.greaterThan_2_1("appstore".equalsIgnoreCase(activeLog.getChannel()) ? "ios" : "android",
                  if (!VersionUtil.greaterThan_2_0_5("appstore".equalsIgnoreCase(activeLog.getChannel()) ? "ios" : "android",
                        activeLog.getVersionCode()))
                     return null;
               }