|
|
@ -306,7 +306,7 @@ public class UdfFuncService extends BaseService{ |
|
|
|
//check exist
|
|
|
|
//check exist
|
|
|
|
UdfFunc udfFunc = udfFuncMapper.selectById(id); |
|
|
|
UdfFunc udfFunc = udfFuncMapper.selectById(id); |
|
|
|
if (udfFunc == null) { |
|
|
|
if (udfFunc == null) { |
|
|
|
putMsg(result, Status.RESOURCE_NOT_EXIST); |
|
|
|
putMsg(result, Status.UDF_FUNCTION_NOT_EXIST); |
|
|
|
return result; |
|
|
|
return result; |
|
|
|
} |
|
|
|
} |
|
|
|
udfFuncMapper.deleteById(id); |
|
|
|
udfFuncMapper.deleteById(id); |
|
|
|