Commit f332da41 by mahaisong

fix:sourcename

parent 10ef080b
using HTCommon.Data;
using HTCommon.Data;
......@@ -91,7 +91,7 @@ namespace TaikorES_MinderES.QuartzJobs
//当为空时,创建一下
_syncState = new SyncOffset();
_syncState.last_itemid = "0";
_syncState.source_name = "sync_name";
_syncState.source_name = sync_name;
_syncState.create_date = DateTime.Now;
QueryTime = TodayQueryDate;
......
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