MES.Service/service/BasicData/MesRohInManager.cs
@@ -83,7 +83,14 @@ .IgnoreColumnsNull() .ExecuteCommand() > 0; if (orUpdate && baOrUpdate) return true; if (orUpdate && baOrUpdate) { if (!string.IsNullOrEmpty(mesRohIn.BillNo)) { db.Ado.ExecuteCommand("exec [dbo].[prc_unit_check] @BillNo, '采购'", new { BillNo = mesRohIn.BillNo }); } return true; } throw new NotImplementedException("插入或更新失败"); }