From 03afbcf4b9e9b55433e914d861d643b7a23d69f9 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期一, 25 二月 2019 15:37:27 +0800
Subject: [PATCH] 返利奖励图标更改

---
 fanli/src/main/java/com/yeshi/fanli/service/impl/order/OrderProcessServiceImpl.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/impl/order/OrderProcessServiceImpl.java b/fanli/src/main/java/com/yeshi/fanli/service/impl/order/OrderProcessServiceImpl.java
index 7304fa9..541d4c4 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/impl/order/OrderProcessServiceImpl.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/impl/order/OrderProcessServiceImpl.java
@@ -291,7 +291,7 @@
 					processShareGoodsOrderNew(orderId, orders.get(orderId));
 				} catch (Exception e) {
 					try {
-						LogHelper.errorDetailInfo(e, null, "璁㈠崟鍙�:" + orderId);
+						LogHelper.errorDetailInfo(e, "processShareGoodsOrderNew鍑洪敊", "璁㈠崟鍙�:" + orderId);
 					} catch (Exception e1) {
 						e1.printStackTrace();
 					}
@@ -962,7 +962,7 @@
 				hongBaoV2Service.addHongBao(commonOrderList, HongBaoV2.TYPE_ZIGOU);
 			} catch (CommonOrderException e) {
 				try {
-					LogHelper.errorDetailInfo(e, null, "璁㈠崟鍙�:" + orderId);
+					LogHelper.errorDetailInfo(e, "addTaoBaoOrder鎴朼ddHongBao鍑洪敊", "璁㈠崟鍙�:" + orderId);
 				} catch (Exception e1) {
 					e1.printStackTrace();
 				}

--
Gitblit v1.8.0