mirror of
https://gitee.com/BDWare/cp.git
synced 2025-01-10 01:44:08 +00:00
fix: fix bugs in JavaScriptEntry.executeContract
fix the bug in exception handling of JavaScriptEntry.executeContract
This commit is contained in:
parent
e5a042c006
commit
c5a33b78a3
@ -362,8 +362,7 @@ public class JavaScriptEntry {
|
||||
currentSyncUtil.transRecordUtil.recordExecutes(
|
||||
formerInvokeID + "", flag1 + "<seperate>" + flag + "<seperate>" + result);
|
||||
}
|
||||
JsonObject jo = JsonUtil.parseStringAsJsonObject(result);
|
||||
return JSONTool.convertJsonElementToMirror(jo);
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user