Compare commits
3 Commits
7208608d60
...
7e0fd75f21
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7e0fd75f21 | ||
![]() |
fe1d65a5e4 | ||
![]() |
58d7a96f65 |
Binary file not shown.
@ -592,7 +592,8 @@ namespace Pilot.Report.Exploitation.ResultsKanbanSummary
|
|||||||
INTO {0}
|
INTO {0}
|
||||||
FROM(SELECT *,1 Sort FROM #TempTable3
|
FROM(SELECT *,1 Sort FROM #TempTable3
|
||||||
UNION ALL
|
UNION ALL
|
||||||
SELECT
|
SELECT
|
||||||
|
null,
|
||||||
t1.Area,
|
t1.Area,
|
||||||
t1.Area+'小计:',
|
t1.Area+'小计:',
|
||||||
'',
|
'',
|
||||||
|
@ -14,7 +14,6 @@ using Pilot.Report.Exploitation.PublicClass;
|
|||||||
using DocumentFormat.OpenXml.Bibliography;
|
using DocumentFormat.OpenXml.Bibliography;
|
||||||
using DocumentFormat.OpenXml.Spreadsheet;
|
using DocumentFormat.OpenXml.Spreadsheet;
|
||||||
using NPOI.SS.Formula.Functions;
|
using NPOI.SS.Formula.Functions;
|
||||||
using Pilot.Report.Exploitation.Common;
|
|
||||||
|
|
||||||
namespace Pilot.Report.Exploitation.SaleOrderProgress
|
namespace Pilot.Report.Exploitation.SaleOrderProgress
|
||||||
{
|
{
|
||||||
@ -245,7 +244,7 @@ namespace Pilot.Report.Exploitation.SaleOrderProgress
|
|||||||
Where A.FDOCUMENTSTATUS = 'C' AND W8.FNumber != 'Z' --AND ISNULL(X.FNAME,'') != ''
|
Where A.FDOCUMENTSTATUS = 'C' AND W8.FNumber != 'Z' --AND ISNULL(X.FNAME,'') != ''
|
||||||
AND A.FSALEORGID = 100302 AND S.区域 != '碳索智控' AND A.FMANUALCLOSE != '1'
|
AND A.FSALEORGID = 100302 AND S.区域 != '碳索智控' AND A.FMANUALCLOSE != '1'
|
||||||
AND ISNULL(K.FNAME,'') NOT IN ('派诺科技(香港)有限公司','武汉派诺科技发展有限公司')
|
AND ISNULL(K.FNAME,'') NOT IN ('派诺科技(香港)有限公司','武汉派诺科技发展有限公司')
|
||||||
AND X.FNAME != '兴诺总' ", year, year - 1, year - 2, year - 3, year - 4, year - 5, year - 6, tableNameView);
|
AND X.FNAME != '兴诺总';", year, year - 1, year - 2, year - 3, year - 4, year - 5, year - 6, tableNameView);
|
||||||
|
|
||||||
if (!string.IsNullOrEmpty(organization))
|
if (!string.IsNullOrEmpty(organization))
|
||||||
{
|
{
|
||||||
@ -411,7 +410,6 @@ Where a2.FMANUALROWCLOSE!='1' AND a1.FID = A.FID)*ISNULL(Y2.FSHARERATE,100
|
|||||||
FROM #TABLETMEP4) t1
|
FROM #TABLETMEP4) t1
|
||||||
order by Sort;", tableName);
|
order by Sort;", tableName);
|
||||||
|
|
||||||
Loghelp.Log(sql);
|
|
||||||
DBUtils.Execute(this.Context, sql);
|
DBUtils.Execute(this.Context, sql);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user