|
|
|
@@ -173,6 +173,7 @@ public class WxCarCallBackController extends BaseController { |
|
|
|
wxCarPayRecordService.saveOrUpdate(record); |
|
|
|
} catch (Exception e) { |
|
|
|
e.printStackTrace(); |
|
|
|
logger.error("WxCarPayRecord: 入库错误 ",e); |
|
|
|
logger.error("WxCarPayRecord: 入库错误 " + paramMap.toString()); |
|
|
|
return true; |
|
|
|
} |
|
|
|
@@ -252,6 +253,7 @@ public class WxCarCallBackController extends BaseController { |
|
|
|
wxCarPayRecordService.updateBySynId(record); |
|
|
|
} catch (Exception e) { |
|
|
|
e.printStackTrace(); |
|
|
|
logger.error("WxCarPayRecord: 出场更新错误 " , e); |
|
|
|
logger.error("WxCarPayRecord: 出场更新错误 " + paramMap.toString()); |
|
|
|
return true; |
|
|
|
} |
|
|
|
|