sjz
8 天以前 f1deb7b024e17cba204de5fcb0dac15801436b90
MES.Service/service/BasicData/MesRohInManager.cs
@@ -61,7 +61,10 @@
        }
        var orUpdate = base.Insert(mesRohIn);
        var baOrUpdate = rohInDataManager.InsertRange(mesRohInDatas);
        if (orUpdate && baOrUpdate) return true;
        if (orUpdate && baOrUpdate)
        {
            return true;
        }
        throw new NotImplementedException("插入或更新失败");
    }