12
This commit is contained in:
parent
6ffade6e6d
commit
dfca083b52
@ -49,8 +49,9 @@ namespace MyCode.Project.Repositories
|
||||
where.AddCondition("a.FPurchaseOrgId", FPurchaseOrgId, SqlOperator.Equal, !string.IsNullOrWhiteSpace(FPurchaseOrgId) && FPurchaseOrgId != "-1");
|
||||
where.AddCondition("b.MaterialCode", condition.MaterialCode, SqlOperator.Like, !string.IsNullOrWhiteSpace(condition.MaterialCode));
|
||||
where.AddCondition("b.FMRPCloseStatus", condition.FMRPCloseStatus, SqlOperator.Equal, !string.IsNullOrWhiteSpace(condition.FMRPCloseStatus) && condition.FMRPCloseStatus != "-1");
|
||||
|
||||
|
||||
where.AddSqlCondition(" FCancelStatus ='A' and FMRPCloseStatus='A' ",true);
|
||||
|
||||
|
||||
string sql = $@"select a.[Id] AS FormId ,1 IfFaHuo
|
||||
,[SupplierName]
|
||||
,[Purchaser]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user