分支自 SuZhouGuanHong/TaiYuanTaiZhong

huanghongfeng
2024-07-15 a765da90e5ee63e04d2d8460a5ad1ebd0e8eb4db
代码管理/PCS/WCS_Server/WIDESEA_WCS/JobsPart/Common/AutoUpdateWork.cs
@@ -82,11 +82,9 @@
            {
                foreach (var mes_head in mes_head_jjgs)
                {
                    var inventorys = inventoryRepository.Find(x => x.jobID == mes_head.jobID).ToList();
                    if (inventorys.Count == mes_head.quantity || inventorys.Count==0)
                    if (mes_head.quantity == mes_head.agv_finishNum)
                        AddHtyMesWork(mes_head, mes_HeadRepository);
                }
                var k = "鍔犺浇瀹屾垚";
            }
            #endregion
        }