...
|
...
|
@@ -1041,7 +1041,8 @@ public class InBoxFacade extends BaseNoticeFacade{ |
|
|
|
|
|
|
|
|
public void sellerDepositOrderNotice(int uid,long orderCode, AppraiseOrderStatus targetStatus, boolean isParent){
|
|
|
log.info("enter sellerDepositOrderNotice uid {} orderCode {} targetStatus {}", uid, orderCode, targetStatus);
|
|
|
log.info("enter sellerDepositOrderNotice uid {} orderCode {} targetStatus {} isParent {}",
|
|
|
uid, orderCode, targetStatus, isParent);
|
|
|
try {
|
|
|
//
|
|
|
InboxBusinessTypeEnum inboxType = null;
|
...
|
...
|
|