同上 优化出库自检错误流程

This commit is contained in:
hehaibing-1996
2024-06-11 22:25:02 +08:00
parent ad36e72b08
commit a40c17e5dc
3 changed files with 194 additions and 3 deletions

View File

@ -197,6 +197,7 @@ namespace WCS.BLL.HardWare
/// <param name="tcpClient"></param>
public void GoInOutStoreMode(TCPClient tcpClient, List<string> outSns)
{
Logs.Write($"模组{ModuleCode},本次亮灯物料{string.Join(",",outSns)}", LogsType.Outstore);
CurrentOutSns = outSns;
var storeInfos = DbHelp.db.Queryable<StoreInfo>().Where(t => t.ModuleId == ModuleId)
.Where(t => t.BoardId == BoardId)