|
@@ -38,6 +38,15 @@ namespace MySystem
|
|
|
function.WritePage("/Fee/", "check" + DateTime.Now.ToString("yyyy-MM-dd") + ".txt", DateTime.Now.ToString("HH:mm:ss"));
|
|
|
WebCMSEntities db = new WebCMSEntities();
|
|
|
List<int> BrandIds = db.KqProducts.Where(m => m.Status > 0 && m.PosPrice > 0).ToList().Select(m => m.Id).ToList();
|
|
|
+ BrandIds.Remove(14);
|
|
|
+ BrandIds.Remove(18);
|
|
|
+ BrandIds.Remove(19);
|
|
|
+ BrandIds.Remove(20);
|
|
|
+ BrandIds.Remove(21);
|
|
|
+ BrandIds.Remove(23);
|
|
|
+ BrandIds.Remove(24);
|
|
|
+ BrandIds.Remove(25);
|
|
|
+ BrandIds.Remove(26);
|
|
|
var date = DateTime.Now.AddDays(-85);
|
|
|
bool op = true;
|
|
|
int StartId = 0;
|