提交代码

This commit is contained in:
hehaibing-1996
2024-05-09 16:38:47 +08:00
parent cb6090bf0b
commit 3c2cc27467
19 changed files with 299 additions and 63 deletions

View File

@ -153,7 +153,7 @@ namespace WCS.BLL.HardWare
{
if (CurrentMode != Mode.)
{
//TO DO 退出对应的模式 然后再发送进入入库模式
return;
}
var storeInfos = DbHelp.db.Queryable<StoreInfo>()
.Where(t => t.BoardId == BoardId)