Merge branch 'test6.9.10' of http://git.yoho.cn/ufo/yohoufo-fore into test6.9.10
Showing
1 changed file
with
2 additions
and
1 deletions
@@ -1041,7 +1041,8 @@ public class InBoxFacade extends BaseNoticeFacade{ | @@ -1041,7 +1041,8 @@ public class InBoxFacade extends BaseNoticeFacade{ | ||
1041 | 1041 | ||
1042 | 1042 | ||
1043 | public void sellerDepositOrderNotice(int uid,long orderCode, AppraiseOrderStatus targetStatus, boolean isParent){ | 1043 | public void sellerDepositOrderNotice(int uid,long orderCode, AppraiseOrderStatus targetStatus, boolean isParent){ |
1044 | - log.info("enter sellerDepositOrderNotice uid {} orderCode {} targetStatus {}", uid, orderCode, targetStatus); | 1044 | + log.info("enter sellerDepositOrderNotice uid {} orderCode {} targetStatus {} isParent {}", |
1045 | + uid, orderCode, targetStatus, isParent); | ||
1045 | try { | 1046 | try { |
1046 | // | 1047 | // |
1047 | InboxBusinessTypeEnum inboxType = null; | 1048 | InboxBusinessTypeEnum inboxType = null; |
-
Please register or login to post a comment