inner-1956-supplement: change executor name for old version

inner-1956-supplement: change executor name for old version
This commit is contained in:
ylinzhu
2022-11-18 14:21:06 +08:00
committed by GitHub

View File

@@ -307,7 +307,7 @@ public class MySQLBackAuthService extends BackendService implements AuthService
if (highPriority) {
return DbleServer.getInstance().getComplexQueryExecutor();
} else {
return DbleServer.getInstance().getBackendExecutor();
return DbleServer.getInstance().getBackendBusinessExecutor();
}
}
}