mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-12 07:02:14 +08:00
3.1.0
This commit is contained in:
@@ -23,6 +23,9 @@ public class DefaultDataNameBuilder implements DataNameBuilder {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String build(String method) {
|
public String build(String method) {
|
||||||
|
if (method == null) {
|
||||||
|
method = "error";
|
||||||
|
}
|
||||||
return method.replace(DOT, UNDERLINE) + DATA_SUFFIX;
|
return method.replace(DOT, UNDERLINE) + DATA_SUFFIX;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user