|
|
@@ -233,10 +233,16 @@ public class GoodsServiceImpl extends ServiceImpl<GoodsMapper, Goods> implements
|
|
|
if(bo.getPlayConfig()!=null){
|
|
|
update.setGoodsPlayConfig(JSON.toJSONString(bo.getPlayConfig()));
|
|
|
}
|
|
|
+
|
|
|
//拍照设置
|
|
|
if(bo.getPhotographConfig()!=null){
|
|
|
update.setGoodsPhotographConfig(JSON.toJSONString(bo.getPhotographConfig()));
|
|
|
}
|
|
|
+ //试卷拍照设置
|
|
|
+ if(bo.getGoodsPhotographExamConfig()!=null){
|
|
|
+ update.setGoodsPhotographExamConfig(JSON.toJSONString(bo.getGoodsPhotographExamConfig()));
|
|
|
+ }
|
|
|
+
|
|
|
return this.updateById(update);
|
|
|
}
|
|
|
|