cdk
2 天以前 1cd4e66b490e4b6cc3368771cdff164990e152e7
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("插入或更新失败");
    }