|
@@ -653,7 +653,7 @@ public class GoodsServiceImpl extends ServiceImpl<GoodsMapper, Goods> implements
|
|
|
update(null, objectLambdaUpdateWrapper);
|
|
update(null, objectLambdaUpdateWrapper);
|
|
|
}
|
|
}
|
|
|
//试听列表
|
|
//试听列表
|
|
|
- if (bo.getAuditionList() != null && bo.getAuditionList().size() > 0) {
|
|
|
|
|
|
|
+ if (bo.getAuditionList() != null) {
|
|
|
update.setGoodsAuditionConfig(JSON.toJSONString(bo.getAuditionList()));
|
|
update.setGoodsAuditionConfig(JSON.toJSONString(bo.getAuditionList()));
|
|
|
}
|
|
}
|
|
|
//播放设置
|
|
//播放设置
|