1
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Pilot.Report.Exploitation.Common
|
||||
|
||||
public static void Log(string str)
|
||||
{
|
||||
return;
|
||||
//return;
|
||||
str = DateTime.Now + "----\n" + str;
|
||||
string now = DateTime.Now.Date.ToString("yyyy-MM-dd");
|
||||
string currentDirectory = Environment.CurrentDirectory;
|
||||
|
||||
@@ -233,7 +233,7 @@ namespace Pilot.Report.Exploitation.Receivables
|
||||
}
|
||||
this.View.Model.DeleteEntryData("F_MBBA_Entity_qtr");
|
||||
|
||||
//获取表
|
||||
//获取表1
|
||||
var sql_1 = string.Format(@"Delete ReceivablesDetailsTable Where F_002='合计:';");
|
||||
|
||||
sql_1 += string.Format(@"/*dialect*/Select * From (Select * From ReceivablesDetailsTable
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user