林豪 左 hace 3 años
padre
commit
4c5f40cdf7
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Projects/永冠OPP/WCS.Service/Extensions/DeviceExtension.cs

+ 2 - 1
Projects/永冠OPP/WCS.Service/Extensions/DeviceExtension.cs

@@ -934,8 +934,9 @@ namespace WCS.Service.Extensions
                             break;
                     }
                 }
-                catch (Exception)
+                catch (Exception e)
                 {
+                    InfoLog.INFO_WarnDb(e.Message, Entity.CODE, WCS_EXCEPTIONTYPE.设备异常);
                 }
             });
         }