zhaoy hace 10 meses
padre
commit
4da6f10419
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      BPA.SAAS.Manage.Application/Device/Services/WarehouseTemplateService.cs

+ 1
- 1
BPA.SAAS.Manage.Application/Device/Services/WarehouseTemplateService.cs Ver fichero

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


Cargando…
Cancelar
Guardar