This commit is contained in:
aozhiwei 2023-07-13 16:56:18 +08:00
parent 781a0d1d47
commit 073954be66

View File

@ -11,7 +11,6 @@ class BaseEventProcess {
constructor(proc, conn, eventDb) {
this.eventProc = proc;
//this.conn = conn;
this.eventDb = eventDb;
this.returnValues = utils.jsonDecode(this.getEventDb()['return_values']);
this.bcEventConn = null;