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