2023-03-14 增加公司模板设置界面

This commit is contained in:
2023-03-14 22:04:28 +08:00
parent a6909295b5
commit dabe09d39f
23 changed files with 1414 additions and 52 deletions
@@ -34,6 +34,12 @@ namespace WordEdit
string filepath = model.FilePath;
url = Funs.SGGLUrl + filepath;
}
else if (a[1]== "Companytemplate")
{
var model = BLL.Base_CompanytemplateService.GetBase_CompanyTemplateById(a[0]);
string filepath = model.FilePath;
url = Funs.SGGLUrl + filepath;
}
}