1
This commit is contained in:
@@ -10,6 +10,7 @@ using MyCode.Project.Domain.Repositories;
|
||||
using MyCode.Project.Infrastructure.Common;
|
||||
using MyCode.Project.Infrastructure.Search;
|
||||
using MyCode.Project.Domain.Message.Response.LxmZHMDReport;
|
||||
using MyCode.Project.Domain.Message.Act.Common;
|
||||
|
||||
namespace MyCode.Project.Repositories
|
||||
{
|
||||
@@ -23,7 +24,7 @@ namespace MyCode.Project.Repositories
|
||||
{
|
||||
|
||||
SearchCondition where = new SearchCondition();
|
||||
|
||||
|
||||
where.AddSqlCondition(" 1=1 ", true);
|
||||
|
||||
string sql = $@"
|
||||
|
||||
Reference in New Issue
Block a user