phi_platform_user/src/main/java/com/hx/phip/service/attention/impl/AttentionProductRecordServiceImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
phi_platform_user/src/main/java/com/hx/phip/service/attention/impl/AttentionProductRecordServiceImpl.java
@@ -156,6 +156,9 @@ JSONObject jsonObject = JSONObject.parseObject(calsValue); String symbol = jsonObject.getString("symbol"); Integer value = jsonObject.getIntValue("value"); if (StringUtils.isEmpty(symbol)){ return flag; } switch (symbol) { case ">": if (countNum.compareTo(value) > 0) {