@@ -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());