inner-1956-supplement: change executor for old version

Signed-off-by: dcy10000 <dcy10000@gmail.com>
This commit is contained in:
dcy10000
2022-11-18 13:41:48 +08:00
parent 8a80058c94
commit bbbda712d6
@@ -303,7 +303,7 @@ public class MySQLBackAuthService extends BackendService implements AuthService
if (highPriority) {
return DbleServer.getInstance().getComplexQueryExecutor();
} else {
return DbleServer.getInstance().getBackendExecutor();
return DbleServer.getInstance().getBackendBusinessExecutor();
}
}
}