|
@@ -20,10 +20,10 @@ namespace MySystem
|
|
|
{
|
|
|
// function.WriteLog("导出分润:" + DateTime.Now.ToString(), "分润结果检查");
|
|
|
// ExportProfitData(); //导出分润
|
|
|
- // function.WriteLog("导出补贴:" + DateTime.Now.ToString(), "分润结果检查");
|
|
|
- // ExportSubsidyData(); //导出补贴
|
|
|
- function.WriteLog("检查分润:" + DateTime.Now.ToString(), "分润结果检查");
|
|
|
- CheckProfit(); //检查分润
|
|
|
+ function.WriteLog("导出补贴:" + DateTime.Now.ToString(), "分润结果检查");
|
|
|
+ ExportSubsidyData(); //导出补贴
|
|
|
+ // function.WriteLog("检查分润:" + DateTime.Now.ToString(), "分润结果检查");
|
|
|
+ // CheckProfit(); //检查分润
|
|
|
function.WriteLog("检查补贴:" + DateTime.Now.ToString(), "分润结果检查");
|
|
|
CheckSubsidy(); //检查补贴
|
|
|
function.WriteLog("结束:" + DateTime.Now.ToString(), "分润结果检查");
|