Compare commits

..

No commits in common. "cae24e931976985f5959e0c4438c0563892fc499" and "f9a323850e6e59e826000037739c2f0ea1854067" have entirely different histories.

45 changed files with 76035 additions and 38 deletions

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectView>ShowAllFiles</ProjectView>
</PropertyGroup>
</Project>

View File

@ -1,25 +0,0 @@
using Kingdee.BOS.Contracts;
using Kingdee.BOS.Core;
using Kingdee.BOS.ServiceHelper;
using Kingdee.BOS.Util;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Pilot.Report.Exploitation.Receivables
{
[Description("定时刷新应收款报表的数据")]
[HotUpdate]
public class ReceivablesAutoExecute : IScheduleService
{
public void Run(Kingdee.BOS.Context ctx, Schedule schedule)
{
DBServiceHelper.Execute(ctx, "/*dialect*/ EXEC PR_YingShouMingXi_yuyubo");
}
}
}

View File

@ -309,15 +309,10 @@ else
,SUM(F_025), ,SUM(F_025),
null null
,F_027=(SELECT SUM(F_027) FROM [ReceivablesDetailsTable] hh where {wheresql}) ,F_027=(SELECT SUM(F_027) FROM [ReceivablesDetailsTable] hh where {wheresql})
,null,null,null,null,null,null,null,null ,null,null,null,null,null,null,null,null,SUM(F_036),null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,0,0,0,null,0
,F_036=(
SELECT SUM(F_036)
FROM ( SELECT DISTINCT [ID],hh.ID,F_036
FROM [ReceivablesDetailsTable] hh where {wheresql} ) a )
,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,0,0,0,null,0
From From
(select distinct [ID],[ID],[F_010],F_017,F_018,F_019,F_020,F_021,F_022 ,0 as F_024 ,F_025, (select distinct [ID],[ID],[F_010],F_017,F_018,F_019,F_020,F_021,F_022 ,0 as F_024 ,F_025,
0 as F_027,0 F_036 , null, null, null, null, null from 0 as F_027,F_036 from
[ReceivablesDetailsTable] [ReceivablesDetailsTable]
where {wheresql} where {wheresql}
) a )) W Order by W.F_001"); ) a )) W Order by W.F_001");

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.