|
@@ -219,6 +219,7 @@ public class UserMouldVideoController extends BaseController { |
|
|
} catch (IOException e) { |
|
|
} catch (IOException e) { |
|
|
throw new MallinkException(ErrorCode.SYS_SERVER_ERROR); |
|
|
throw new MallinkException(ErrorCode.SYS_SERVER_ERROR); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
try{ |
|
|
try{ |
|
|
if(id == null){ |
|
|
if(id == null){ |
|
|
throw new MallinkException(ErrorCode.SYS_PARAMETER_NOT_NULL); |
|
|
throw new MallinkException(ErrorCode.SYS_PARAMETER_NOT_NULL); |
|
|