修改已知问题。
This commit is contained in:
parent
7aa4613b96
commit
efe6c79713
|
|
@ -56,7 +56,7 @@ public class UserThreadLocal {
|
||||||
parentId = StrUtil.isEmpty(parentId) ? "" : parentId;
|
parentId = StrUtil.isEmpty(parentId) ? "" : parentId;
|
||||||
dataId = StrUtil.isEmpty(dataId) ? "" : dataId;
|
dataId = StrUtil.isEmpty(dataId) ? "" : dataId;
|
||||||
String successMsg = StrFormatter.format(strPattern, argArray);
|
String successMsg = StrFormatter.format(strPattern, argArray);
|
||||||
userThread.get().setSuccessInfo(parentId, successMsg, dataId);
|
userThread.get().setSuccessInfo(successMsg, dataId, parentId);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void setExceptionDetail(String exceptionDetail) {
|
public static void setExceptionDetail(String exceptionDetail) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue