Explorar el Código

修改保底视频上传方式

xueyiming hace 4 meses
padre
commit
c95d2c0225

+ 1 - 1
we-com-server/src/main/java/com/tzld/piaoquan/wecom/service/Impl/MessageAttachmentServiceImpl.java

@@ -288,8 +288,8 @@ public class MessageAttachmentServiceImpl implements MessageAttachmentService {
                 BeanUtils.copyProperties(messageAttachment, newMessageAttachment);
                 newMessageAttachment.setStaffId(staffId);
                 messageAttachmentList.add(newMessageAttachment);
-                addGuaranteesVideo(date, staffId, videoParam.getVideoIds());
             }
+            addGuaranteesVideo(date, staffId, videoParam.getVideoIds());
         }
     }