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