|
|
@ -208,6 +208,9 @@ public class DistributionDatarepair { |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
String remarks = (String) map.get("msg"); |
|
|
|
String remarks = (String) map.get("msg"); |
|
|
|
//进行错误记录
|
|
|
|
//进行错误记录
|
|
|
|
|
|
|
|
if(StringUtil.isBlank(remarks)){ |
|
|
|
|
|
|
|
remarks="超时"; |
|
|
|
|
|
|
|
} |
|
|
|
warehouseMappingDataMapper.updateClearSignforRemarks(id, remarks); |
|
|
|
warehouseMappingDataMapper.updateClearSignforRemarks(id, remarks); |
|
|
|
log.error(">>> 推送失败 id=" + id); |
|
|
|
log.error(">>> 推送失败 id=" + id); |
|
|
|
} |
|
|
|
} |
|
|
|