|
|
|
@ -675,14 +675,16 @@ public class WcsApiServiceImpl implements WcsApiService { |
|
|
|
} |
|
|
|
return result; |
|
|
|
} catch (Exception e) { |
|
|
|
if (!e.getMessage().contains("当前没有可用的入库口")) { |
|
|
|
ErrorLogUtils.logInterface("55", |
|
|
|
"立库接口", |
|
|
|
"询问入库站点", |
|
|
|
"WCS", |
|
|
|
"agv/getAvailableInboundStation", |
|
|
|
inData.getTaskNo()+";"+inData.getPalletNo(), |
|
|
|
inData.getTaskNo() + ";" + inData.getPalletNo(), |
|
|
|
requestJson, |
|
|
|
e.getMessage(),e.getMessage()); |
|
|
|
e.getMessage(), e.getMessage()); |
|
|
|
} |
|
|
|
// 更新接口日志错误信息 |
|
|
|
if (logId != null) { |
|
|
|
interfaceCallLogService.updateCallResult(logId, null, "FAILED", e.getMessage(), null); |
|
|
|
|