|
|
@ -6591,6 +6591,8 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution |
|
|
|
resultMap = oldSystemDataPushClient.pushOldSystemSignInfo(delivery); |
|
|
|
resultMap = oldSystemDataPushClient.pushOldSystemSignInfo(delivery); |
|
|
|
return resultMap; |
|
|
|
return resultMap; |
|
|
|
} catch (Exception e) { |
|
|
|
} catch (Exception e) { |
|
|
|
|
|
|
|
resultMap.put("result", false); |
|
|
|
|
|
|
|
resultMap.put("msg", "数据准备错误"+e.getMessage()); |
|
|
|
log.error(">>>>> 推送老系统签收信息报错", e); |
|
|
|
log.error(">>>>> 推送老系统签收信息报错", e); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|