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