| @@ -89,7 +89,7 @@ public class WxCarCallBackController extends BaseController { | |||||
| wxCarCmdLog.setUpdateDate(currentDate); | wxCarCmdLog.setUpdateDate(currentDate); | ||||
| String etcpParkId = paramMap.get(ETCPUtil.ETCP_PARK_ID); | String etcpParkId = paramMap.get(ETCPUtil.ETCP_PARK_ID); | ||||
| String tenantId = "456"; | |||||
| String tenantId = ""; | |||||
| WxPark parkQ = new WxPark(); | WxPark parkQ = new WxPark(); | ||||
| parkQ.setVendorType(EnumCarVendor.CAR_ETCP.getCode()); | parkQ.setVendorType(EnumCarVendor.CAR_ETCP.getCode()); | ||||
| parkQ.setParkingId(etcpParkId); | parkQ.setParkingId(etcpParkId); | ||||
| @@ -124,7 +124,7 @@ public class WxCarCallBackController extends BaseController { | |||||
| try { | try { | ||||
| wxCarCmdLogService.saveOrUpdate(wxCarCmdLog); | wxCarCmdLogService.saveOrUpdate(wxCarCmdLog); | ||||
| } catch (Exception e) { | } catch (Exception e) { | ||||
| logger.error("etcpParkInCallback: 入库错误 " + paramMap.toString()); | |||||
| logger.error("etcpParkInCallback: 入库错误 " + e.getMessage() + "\n" + paramMap.toString()); | |||||
| return true; | return true; | ||||
| } | } | ||||
| @@ -232,7 +232,7 @@ public class WxCarCallBackController extends BaseController { | |||||
| try { | try { | ||||
| wxCarCmdLogService.saveOrUpdate(wxCarCmdLog); | wxCarCmdLogService.saveOrUpdate(wxCarCmdLog); | ||||
| } catch (Exception e) { | } catch (Exception e) { | ||||
| logger.error("etcpParkOutCallback: 入库错误 " + paramMap.toString()); | |||||
| logger.error("etcpParkOutCallback: 入库错误 " + e.getMessage() + "\n" + paramMap.toString()); | |||||
| return true; | return true; | ||||
| } | } | ||||