|
@@ -155,6 +155,10 @@ public class GoodsServiceImpl extends ServiceImpl<GoodsMapper, Goods> implements
|
|
|
if(bo.getPhotographConfig()!=null){
|
|
|
add.setGoodsPhotographConfig(JSON.toJSONString(bo.getPhotographConfig()));
|
|
|
}
|
|
|
+ //试卷拍照设置
|
|
|
+ if(bo.getGoodsPhotographExamConfig()!=null){
|
|
|
+ add.setGoodsPhotographExamConfig(JSON.toJSONString(bo.getGoodsPhotographExamConfig()));
|
|
|
+ }
|
|
|
boolean result = this.save(add);
|
|
|
//课程列表
|
|
|
if(bo.getCourseList()!=null){
|