shuhao hace 5 meses
padre
commit
d03da36ba5

+ 1 - 0
admin/src/main/java/com/flyer/foster/service/impl/TreePosterContentServiceImpl.java

@@ -62,6 +62,7 @@ public class TreePosterContentServiceImpl extends ServiceImpl<ITreePosterContent
                     .eq(TreePosterContent::getPosterLibId, posterLib.getId())
                     .eq(TreePosterContent::getAppUserId, addDTO.getAppUserId())
                     .eq(TreePosterContent::getTreeId, addDTO.getTreeId())
+                    .ge(TreePosterContent::getCreatedTime, posterLib.getStartTime())
                     .one();
             if (treePosterContent == null) {
                 // 2.获取悄悄话,取最新一条记录