Browse Source

Merge branch 'master' into kitchenmanage

tmp
zhaoy 8 months ago
parent
commit
0131b42373
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      BPA.SAAS.Manage.Application/Device/Services/WarehouseTemplateService.cs

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

@@ -111,7 +111,7 @@ namespace BPA.SAAS.Manage.Application.Device.Services
catch (Exception e)
{
_db.Ado.RollbackTran();
throw Oops.Oh("添加失败");
throw Oops.Oh("添加失败,"+e.Message);
}
}


Loading…
Cancel
Save