Skip to content

Commit 4f6ed69

Browse files
committed
Fix SAAS mode
1 parent f14f9f5 commit 4f6ed69

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<title>paozhu c++ web framework documents</title>
44
</head>
55
<body>
6-
<h3>hello paozhu documents goto <a href="https://github.com/hggq/paozhu">github</a></h3>
6+
<h3>Hello paozhu documents goto <a href="https://hggq.github.io/paozhudocs/documentation_en.html">https://hggq.github.io/paozhudocs/documentation_en.html</a></h3>
77
</body>
88
</html>

vendor/httpcli/modelfun.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5655,6 +5655,8 @@ int create_orm_model_baseinfo_file(const std::string &prj_root_path, const std::
56555655
if (rmstag != "default")
56565656
{
56575657
filemodelstremcpp << "\n#include \"";
5658+
filemodelstremcpp << rmstag;
5659+
filemodelstremcpp << "/include/";
56585660
filemodelstremcpp << model_name;
56595661
filemodelstremcpp << "_mysql.h\"";
56605662
filemodelstremcpp << "\n#include \"";
@@ -5740,6 +5742,8 @@ int create_orm_model_baseinfo_file(const std::string &prj_root_path, const std::
57405742
if (rmstag != "default")
57415743
{
57425744
filemodelstremcpp << "\n#include \"";
5745+
filemodelstremcpp << rmstag;
5746+
filemodelstremcpp << "/include/";
57435747
filemodelstremcpp << model_name;
57445748
filemodelstremcpp << "_mysql.h\" \n#include \"";
57455749
filemodelstremcpp << rmstag;

0 commit comments

Comments
 (0)