change-设置货道型号修改条件查询

collectionStore
liuwf 11 months ago
parent c22ea05a61
commit 8cfa0b52d3

@ -112,17 +112,17 @@ namespace Aucma.Scada.Business
StartPassDown(); StartPassDown();
//Task.Run(() => Task.Run(() =>
//{ {
// Thread.Sleep(6000); Thread.Sleep(6000);
// for (int i = 1; i < 2; i++) for (int i = 1; i < 2; i++)
// { {
// InStore("B2401018302500586001" + i.ToString().PadLeft(2, '0') , "169.254.100.169"); InStore("B2401018302500586001" + i.ToString().PadLeft(2, '0'), "169.254.100.169");
// // Thread.Sleep(1000 * 30); // Thread.Sleep(1000 * 30);
// // InStore(appConfig.linerStoreCode, "L23600000788110900" + i.ToString().PadLeft(2, '0')); // InStore(appConfig.linerStoreCode, "L23600000788110900" + i.ToString().PadLeft(2, '0'));
// // Thread.Sleep(1000 * 30); // Thread.Sleep(1000 * 30);
// } }
//}); });
} }

@ -18,7 +18,7 @@ namespace HighWayIot.Repository.service.Impl
{ {
try try
{ {
var info = _baseMaterialInfo.GetList(x => x.MaterialSubclass == "200"); var info = _baseMaterialInfo.GetList(x => x.MaterialSubclass == "400" || x.MaterialSubclass == "500");
return info; return info;
} }
catch (Exception ex) catch (Exception ex)

Loading…
Cancel
Save