This commit is contained in:
2025-08-11 09:16:18 +08:00
parent 295062debb
commit 4853c0c07c
4 changed files with 12 additions and 48 deletions
+1 -1
View File
@@ -297,7 +297,7 @@ namespace BLL
#endregion
public static void SaveAttachUrlForApi(string source, string attachUrl, string menuId, string toKeyId)
{
using (Model.SUBQHSEDB db = new Model.SUBQHSEDB(Funs.ConnString))
using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString))
{
string rootUrl = ConfigurationManager.AppSettings["localRoot"];