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