zhaowc
2025-04-01 1650f3fe1467d21074b597042861c46f3a8c4447
Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs
@@ -306,6 +306,10 @@
                {
                    throw new Exception("复核失败,复核人员和关闭订单人员不能相同!");
                }
                if (date.Id == notice.CreateUser)
                {
                    throw new Exception("复核失败,复核人员和创建订单人员不能相同!");
                }
                var list = new List<SoDetail>();
                foreach (var d in detail)
                {