zhaoy il y a 10 mois
Parent
révision
4da6f10419
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      BPA.SAAS.Manage.Application/Device/Services/WarehouseTemplateService.cs

+ 1
- 1
BPA.SAAS.Manage.Application/Device/Services/WarehouseTemplateService.cs Voir le fichier

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


Chargement…
Annuler
Enregistrer