|
|
@@ -943,7 +943,7 @@ namespace BPA.SAAS.Manage.Application.DataBase.Services |
|
|
|
{ |
|
|
|
value = ""; |
|
|
|
} |
|
|
|
if (value.ToString().Trim() == goodsName.Trim()) |
|
|
|
if (value.ToString().Trim() == goodsName?.Trim()) |
|
|
|
{ |
|
|
|
//ColumnAttribute attribute = (ColumnAttribute)item2.GetCustomAttribute(typeof(ColumnAttribute), false); |
|
|
|
//return attribute?.Name; |
|
|
@@ -1096,7 +1096,7 @@ namespace BPA.SAAS.Manage.Application.DataBase.Services |
|
|
|
{ |
|
|
|
TechnologyExportRecode.CreateAt= DateTime.Now; |
|
|
|
TechnologyExportRecode.TemplatePath = path; |
|
|
|
await _db.Updateable(TechnologyExportRecode).ExecuteCommandAsync(); |
|
|
|
var vvv= await _db.Updateable(TechnologyExportRecode).ExecuteCommandAsync(); |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|