数据库变更CNPC_XJYJ
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user