Browse Source

提交

storemanagement
gwbvipvip 8 months ago
parent
commit
08e996c1af
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      BPA.SAAS.Manage.Application/DataBase/Services/GoodsService.cs
  2. +1
    -1
      BPA.SAAS.Manage.Application/Device/Services/TechnologyService.cs

+ 1
- 1
BPA.SAAS.Manage.Application/DataBase/Services/GoodsService.cs View File

@@ -1084,7 +1084,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
{


+ 1
- 1
BPA.SAAS.Manage.Application/Device/Services/TechnologyService.cs View File

@@ -43,7 +43,7 @@ namespace BPA.SAAS.Manage.Application.Device.Services
ProductName = c.Name,
CreateAt = a.CreateAt,
DeviceVersionId = b.Id,
TemplatePath=b.TemplatePath
TemplatePath=a.TemplatePath
})
.OrderBy(a=>a.CreateAt, OrderByType.Desc)


Loading…
Cancel
Save