Ver a proveniência

提交

storemanagement
gwbvipvip há 8 meses
ascendente
cometimento
08e996c1af
2 ficheiros alterados com 2 adições e 2 eliminações
  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 Ver ficheiro

@@ -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 Ver ficheiro

@@ -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)


Carregando…
Cancelar
Guardar