解决方法:
public String insertVidInfo(VideoinfoCustom videoinfoCustom);改为 public void insertVidInfo(VideoinfoCustom videoinfoCustom);
VideoServiceImpl中的 public string insertVideoInfo(VideoinfoCustom tbVideoinfoWithBLOB) 改为public void insertVideoInfo(VideoinfoCustom tbVideoinfoWithBLOB)