导入导出

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

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