style - 删除无效代码

master
SoulStar 6 hours ago
parent cc128cb122
commit d5af7afeba

@ -294,7 +294,7 @@ namespace SlnMesnac.WPF.ViewModel.IndexPage
//读到停止连续盘点
//bool stopflag = await rfidList.FirstOrDefault(x => x.deviceid == iCombineId).Set_StopIdentify();
//查询数据库是否已存在记录
bool iflag = false;
string epcascii = Encoding.ASCII.GetString(tagInfos[0].EPC);
epcascii = epcascii.Replace("\0", "");
List<real_readdata> real_Readdatas = databaseService._helper.Query(x => x.rfidascii == epcascii);

Loading…
Cancel
Save