This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhaoy
/
BPA.SAAS.Manage
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'master' into kitchenmanage
tmp
zhaoy
8 months ago
parent
63abfb732c
4da6f10419
commit
0131b42373
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
);
}
}
Write
Preview
Loading…
Cancel
Save