Add a macro

This commit is contained in:
antao 2019-01-30 15:08:35 +08:00
parent 7828dd11ad
commit 5b3049e854
1 changed files with 2 additions and 0 deletions

View File

@ -265,11 +265,13 @@ void HttpAppFrameworkImpl::run()
_running = true;
#if USE_ORM
//Create db clients
for (auto const &fun : _dbFuncs)
{
fun();
}
#endif
if (!_libFilePaths.empty())
{