数据库变更CNPC_XJYJ

This commit is contained in:
2025-08-04 18:04:41 +08:00
parent bafbf97359
commit 79a7f35e22
679 changed files with 5590 additions and 3465 deletions
+3 -3
View File
@@ -109,7 +109,7 @@ namespace BLL
/// </summary>
public static void SaveAttachUrl(Model.ToDoItem toDoItem)
{
using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString))
using (Model.CNPCDB db = new Model.CNPCDB(Funs.ConnString))
{
////保存附件
if (!string.IsNullOrEmpty(toDoItem.UrlStr))
@@ -159,7 +159,7 @@ namespace BLL
public static string getFileUrl(string tokeyId, string url)
{
string fileUrl = url;
using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString))
using (Model.CNPCDB db = new Model.CNPCDB(Funs.ConnString))
{
if (!string.IsNullOrEmpty(tokeyId))
{
@@ -185,7 +185,7 @@ namespace BLL
public static string getFileUrl(string menuId, string tokeyId, string url)
{
string fileUrl = url;
using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString))
using (Model.CNPCDB db = new Model.CNPCDB(Funs.ConnString))
{
if (!string.IsNullOrEmpty(tokeyId))
{