zq-erp/src/main/java/com/matrix/system/hive/service/imp/SysVipInfoServiceImpl.java | ●●●●● patch | view | raw | blame | history |
zq-erp/src/main/java/com/matrix/system/hive/service/imp/SysVipInfoServiceImpl.java
@@ -545,7 +545,7 @@ private void batchInsertLabel(List<String> labelList, Long id) { Set<String> labels = new HashSet<>(labelList); Iterator<String> iterator = labels.iterator(); if (iterator.hasNext()) { while (iterator.hasNext()) { SysVipLabelRelate relate = new SysVipLabelRelate(); relate.setLabelId(Long.parseLong(iterator.next())); relate.setVipId(id);