mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 12:56:28 +08:00
5.0
This commit is contained in:
@@ -35,6 +35,6 @@ public class OpenException extends RuntimeException {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return String.join("@@", subCode, subMsg, solution);
|
||||
return "<OPEN_ERROR>" + String.join("@@", subCode, subMsg, solution) + "</OPEN_ERROR>";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user