|
@@ -3,6 +3,7 @@ using System.Collections.Generic;
|
|
|
using System.Linq;
|
|
|
using System.Threading.Tasks;
|
|
|
using WCS.Service.Entity;
|
|
|
+using WCS.Service.Log;
|
|
|
|
|
|
namespace WCS.Service
|
|
|
{
|
|
@@ -254,8 +255,8 @@ namespace WCS.Service
|
|
|
EquipmentNo = device,
|
|
|
ExcMessage = exMsg,
|
|
|
});
|
|
|
- if (!res.ResType)
|
|
|
- throw new WarnException(res.ResMessage);
|
|
|
+ InfoLog.INFO_I_WCS_GetExcTask(device + ":" + exMsg);
|
|
|
+ if (!res.ResType) throw new WarnException(res.ResMessage);
|
|
|
}
|
|
|
catch (Exception ex)
|
|
|
{
|