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) {