|
|
@ -588,6 +588,7 @@ public class SDNYMainProcessController extends AbstractController { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} catch (Exception exception) { |
|
|
|
} catch (Exception exception) { |
|
|
|
|
|
|
|
log.error("同步SAP失败,报错信息为:{}",exception); |
|
|
|
exception.printStackTrace(); |
|
|
|
exception.printStackTrace(); |
|
|
|
} |
|
|
|
} |
|
|
|
return ResponseEntity.ok(JSONObject.toJSONString(R.error(CommonConstants.MSG_ERR_PUSH_SDNY))); |
|
|
|
return ResponseEntity.ok(JSONObject.toJSONString(R.error(CommonConstants.MSG_ERR_PUSH_SDNY))); |
|
|
|