zhang-content/src/main/java/com/ruoyi/service/impl/ZfCollectionServiceImpl.java
@@ -115,7 +115,7 @@ if (!companionList.isEmpty()) { // 确保所有参与人都在companion字段中 for (String companion : companionList) { lqw.apply("FIND_IN_SET({0}, REPLACE(REPLACE(companion, ' ', ''), ',', ',')) > 0", lqw.apply("FIND_IN_SET({0}, REPLACE(REPLACE(owner, ' ', ''), ',', ',')) > 0", companion); } } @@ -729,7 +729,7 @@ zfEventdto atd = new zfEventdto(); atd.setId(Math.toIntExact(obj.getId())); atd.setModule("收藏"); atd.setName(obj.getCompanion()); atd.setName(obj.getOwner()); atd.setCreateTime(obj.getCreateTime()); daoRes.add(atd); }