update Src/Asp.Net/SqlSugar/Realization/SqlServer/DbMaintenance/SqlServerDbMaintenance.cs.

Signed-off-by: apgk <1079248020@qq.com>
This commit is contained in:
apgk
2024-06-05 05:37:11 +00:00
committed by Gitee
parent 59e5a7ec7a
commit c447f59478

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
@@ -273,7 +273,7 @@ namespace SqlSugar
{
get
{
return "select count(*) from sys.objects where [object_id] = OBJECT_ID(N'sp_GetSubLedgerJoinWithdrawalApplicationRecords') and [type] in (N'P')";
return "select count(*) from sys.objects where [object_id] = OBJECT_ID(N'{0}') and [type] in (N'P')";
}
}
#endregion