Commit e9f914ee by guanzhenshan

增加日志打印

parent 0fa5b991
......@@ -193,7 +193,7 @@ namespace Bailun.DC.Services
}
list = cn.Query<taskcenter_template>("select * from taskcenter_template where status=1").AsList();
Console.WriteLine("获取到需要下载的模版数" + list.Count);
}
foreach (var item in list)
......@@ -274,6 +274,8 @@ namespace Bailun.DC.Services
//找出相关帐号
var listAccount = cn.Query<taskcenter_accounts>("select * from taskcenter_accounts where data_type=" + objTemplate.download_type).AsList();
Console.WriteLine("匹配到模版的帐号有" + listAccount.Count + "个");
foreach (var item in listAccount)
{
var obj = new taskcenter_tasklist
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment