|
@@ -157,7 +157,7 @@ public class GoodsServiceImpl extends ServiceImpl<GoodsMapper, Goods> implements
|
|
|
}
|
|
|
//试卷拍照设置
|
|
|
if(bo.getGoodsPhotographExamConfig()!=null){
|
|
|
- add.setGoodsPhotographExamConfig(JSON.toJSONString(bo.getGoodsPhotographExamConfig()));
|
|
|
+ add.setGoodsPhotoExamConfig(JSON.toJSONString(bo.getGoodsPhotographExamConfig()));
|
|
|
}
|
|
|
boolean result = this.save(add);
|
|
|
//课程列表
|
|
@@ -240,7 +240,7 @@ public class GoodsServiceImpl extends ServiceImpl<GoodsMapper, Goods> implements
|
|
|
}
|
|
|
//试卷拍照设置
|
|
|
if(bo.getGoodsPhotographExamConfig()!=null){
|
|
|
- update.setGoodsPhotographExamConfig(JSON.toJSONString(bo.getGoodsPhotographExamConfig()));
|
|
|
+ update.setGoodsPhotoExamConfig(JSON.toJSONString(bo.getGoodsPhotographExamConfig()));
|
|
|
}
|
|
|
|
|
|
return this.updateById(update);
|