导入导出

This commit is contained in:
2026-01-07 14:58:50 +08:00
parent eb88ee5e26
commit 4103b00acf
2 changed files with 2 additions and 2 deletions

View File

@@ -152,7 +152,7 @@ namespace DOAN.Admin.WebApi.Controllers.BZFM
} }
/// <summary> /// <summary>
/// 用户导出 /// 物料清单导出
/// </summary> /// </summary>
/// <param name="material"></param> /// <param name="material"></param>
/// <returns></returns> /// <returns></returns>

View File

@@ -140,7 +140,7 @@ namespace DOAN.Service.BZFM
{ {
x.MaterialName = x.MaterialName.Trim(); x.MaterialName = x.MaterialName.Trim();
} }
//x.Remark = x.Remark.IsEmpty() ? "数据导入" : x.Remark; x.Remark = x.Remark.IsEmpty() ? "数据导入" : x.Remark;
}); });
var x = Context.Storageable(material) var x = Context.Storageable(material)
.SplitInsert(it => !it.Any()) .SplitInsert(it => !it.Any())