|
|
|
@ -147,6 +147,9 @@ namespace Shentun.Peis.Schedulers |
|
|
|
//单次最大的上传数量
|
|
|
|
var uploadCountLimit = Convert.ToInt32(interfaceConfig.GetValue("Interface:Scheduler:UploadCountLimit", "100")); |
|
|
|
|
|
|
|
//sql条件
|
|
|
|
var sqlString = interfaceConfig.GetValue("Interface:Scheduler:SqlString", ""); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -157,6 +160,7 @@ namespace Shentun.Peis.Schedulers |
|
|
|
IsRepeatUpload = Convert.ToChar(isRepeatUpload), |
|
|
|
UploadDateType = Convert.ToChar(uploadDateType), |
|
|
|
UploadCountLimit = uploadCountLimit, |
|
|
|
SqlString = sqlString |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|