|
@@ -103,7 +103,7 @@ public class GhDetailServiceImpl implements GhDetailService {
|
|
if (!CollectionUtils.isEmpty(ghDetailVo.getVideoIds())) {
|
|
if (!CollectionUtils.isEmpty(ghDetailVo.getVideoIds())) {
|
|
ghDetail.setVideoIds(JSONObject.toJSONString(ghDetailVo.getVideoIds()));
|
|
ghDetail.setVideoIds(JSONObject.toJSONString(ghDetailVo.getVideoIds()));
|
|
}
|
|
}
|
|
- ghDetailMapper.insert(ghDetail);
|
|
|
|
|
|
+ ghDetailMapper.insertSelective(ghDetail);
|
|
return CommonResponse.success();
|
|
return CommonResponse.success();
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
log.error("addGhDetail error", e);
|
|
log.error("addGhDetail error", e);
|