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