wangyunpeng 1 týždeň pred
rodič
commit
4470d9a10a

+ 1 - 1
api-module/src/main/java/com/tzld/piaoquan/api/service/impl/GhDetailServiceImpl.java

@@ -173,7 +173,7 @@ public class GhDetailServiceImpl implements GhDetailService {
     }
 
     private void batchSaveGhDetailExt(GhDetailVo ghDetailVo) {
-        if (CollectionUtils.isEmpty(ghDetailVo.getVideoIds())) {
+        if (CollectionUtils.isEmpty(ghDetailVo.getVideoList())) {
             return;
         }
         GhDetail ghDetail = getGhDetailByGhIdType(ghDetailVo.getAccountId(), ghDetailVo.getType());