MES.Service/service/BasicData/MesRohInManager.cs
@@ -27,7 +27,10 @@ mesRohInDatas) ? 1 : 0, "3" => UpdateData(db, mesRohIn, mesRohInDatas) ? 1 : 0, "3" => SaveOrUpdateData(db, mesRohIn, mesRohInDatas) ? 1 : 0, //UpdateData(db, mesRohIn, mesRohInDatas) ? 1 : 0,//反审核不删除,做update。 _ => throw new NotImplementedException( $"type没有{rohInErpRohIn.Type}这个类型") };