【郑州校区】客户下单,自动分单,生成工单 发送短信 演... 1、 启动相关系统 客户下单 bos_fore 前端系统 将订单数据发送到服务器 bos_management 自动分单,CRM 地址库完全匹配 crm_management 生成工单,发送短信 activeMQ , 短信平台获取消息发送短信 bos_sms 2、 CRM 地址库完全匹配 准备数据 crm 表 匹配 CRM 完成地址,找到定区编号,找到快递员 3、 分区关键字 自动分单匹配 准备 area 表完整省市区数据 area.xls (先删除之前的区域数据 ) 分区数据 错误: 19:09:41,485 WARN JAXRSUtils:522 - No operation matching request path "/crm_management/services/customerService/findFixedAreaIdByAddress" is found, Relative Path: /findFixedAreaIdByAddress, HTTP Method: GET, ContentType: */*, Accept: application/json,. Please enable FINE/TRACE log level for more details. 19:09:41,564 WARN WebApplicationExceptionMapper:73 - javax.ws.rs.ClientErrorException: HTTP 404 Not Found BOS 系统访问 CRM 路径错误 解决: 修改 OrderServiceImpl 错误:Caused by: org.hibernate.TransientPropertyValueException: object references an unsaved transient instance - save the transient instance before flushing : cn.itcast.bos.domain.take_delivery.Order.recArea -> cn.itcast.bos.domain.base.Area 解决: 错误: Caused by: java.util.NoSuchElementException at java.util.HashMap$HashIterator.nextNode(HashMap.java:1439) at java.util.HashMap$KeyIterator.next(HashMap.java:1461) 解决: 河南省郑州市 高新区长椿路11号大学科技园(西区)东门8号楼三层 来校路线 地铁一号线梧桐街站A口出
|