|
@@ -124,9 +124,7 @@ public class GhDetailServiceImpl implements GhDetailService {
|
|
|
}
|
|
|
ghDetail.setGhId(ghDetailVo.getAccountId());
|
|
|
ghDetail.setGhName(ghDetailVo.getAccountName());
|
|
|
- if (!CollectionUtils.isEmpty(ghDetailVo.getVideoIds())) {
|
|
|
- ghDetail.setVideoIds(JSONObject.toJSONString(ghDetailVo.getVideoIds()));
|
|
|
- }
|
|
|
+ ghDetail.setVideoIds(JSONObject.toJSONString(ghDetailVo.getVideoIds()));
|
|
|
ghDetailMapper.updateByPrimaryKeySelective(ghDetail);
|
|
|
return CommonResponse.success();
|
|
|
} catch (Exception e) {
|