Ver código fonte

Merge branch 'master' into groupmealmanage

groupmealmanage
gwbvipvip 10 meses atrás
pai
commit
cb143c6346
2 arquivos alterados com 2 adições e 2 exclusõ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 arquivo

@@ -1085,7 +1085,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 arquivo

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