修改视图
This commit is contained in:
@@ -17,7 +17,25 @@ namespace Pilot.Report.Exploitation.Receivables
|
||||
{
|
||||
public void Run(Kingdee.BOS.Context ctx, Schedule schedule)
|
||||
{
|
||||
DBServiceHelper.Execute(ctx, "/*dialect*/ EXEC PR_YingShouMingXi_yuyubo");
|
||||
try
|
||||
{
|
||||
DBServiceHelper.Execute(ctx, "/*dialect*/ EXEC PR_YingShouMingXi_yuyubo");
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
throw new Exception("PR_YingShouMingXi_yuyubo:"+ex.Message);
|
||||
}
|
||||
finally
|
||||
{
|
||||
try
|
||||
{
|
||||
DBServiceHelper.Execute(ctx, "/*dialect*/ EXEC ZPR_SalesRportShareData");
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
throw new Exception("ZPR_SalesRportShareData:"+ex.Message);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user