sjz
2025-05-09 597f8e08e6264b2143454e40a7be553d1e8b6df7
StandardInterface/MES.Service/service/BasicData/RawMaterial/MesRohInManager.cs
@@ -94,9 +94,9 @@
            .Deleteable<MesRohInData>()
            .Where(s => decimals.Contains(s.Id))
            .ExecuteCommand() > 0;
        if (update && insertOrUpdate) return true;
        throw new NotImplementedException("更新失败");
        return true;
     /*   if (update && insertOrUpdate) return true;
        throw new NotImplementedException("更新失败");*/
    }
    // 插入或更新数据的方法